xiaohanyu / awesome-tikz

A curated list of awesome TikZ documentations, libraries and resources

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tikzdevice in R

josephsdavid opened this issue · comments

Hi I think there is an awesome resource to add to this, in R there is a library called tikzdevice, which allows for r graphical output, like ggplot2 wizardry, to be written into tikz code, for embedding in LaTeX documents etc. I have an example of using it in a Rnw document here: https://github.com/josephsdavid/MSDS/tree/master/MSDS6371/Homework/Week12
and in a pure LaTeX document with R here https://github.com/josephsdavid/MSDS/tree/master/MSDS6371/Homework/Week8/Presentation !

Would you please propose a PR?

Ok one question, relatively new to contributing, how do I create a pull request?