Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 658 Bytes

File metadata and controls

21 lines (14 loc) · 658 Bytes

rplot: Make ggplot2 plots easily from the command line

License: MIT or GPL2, at your choice.

Requirements:

Minimal example

$ rplot 'ggplot(mtcars, aes(x=cyl, y=mpg)) + geom_jitter()'