T Le commited on
Commit
c6041e5
·
1 Parent(s): 20ce9a7

Add test R file

Browse files
Files changed (1) hide show
  1. pages/testr.R +7 -0
pages/testr.R ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ library(ggplot2)
2
+
3
+ ggplot(mtcars,aes(mpg,wt))+
4
+ geom_point()
5
+
6
+ ggsave('plot.png')
7
+