History: Profile_r_test4_export
Preview of version: 3
Copy to clipboard
{R()}1:10{R}
Plugin disabled
Plugin r cannot be executed.
Copy to clipboard
{R()}x<-c(1:10) y <- x*x plot(x,y) {R}
Plugin disabled
Plugin r cannot be executed.
Copy to clipboard
{R()}x<-c(1:20) y <- x*x png(filename = "temp/mytest_20.png"); plot(x,y) {R}
Plugin disabled
Plugin r cannot be executed.
Copy to clipboard
{R(security=1)}x<-c(1:30) y <- x*x png(filename = "temp/mytest_30.png"); plot(x,y) {R}
Plugin disabled
Plugin r cannot be executed.
Copy to clipboard
{R(security=0)}x<-c(1:40) y <- x*x png(filename = "temp/mytest_40.png"); plot(x,y) {R}
Plugin disabled
Plugin r cannot be executed.
Copy to clipboard
{R(security=2)}x<-c(1:50) y <- x*x png(filename = "temp/mytest_50.png"); plot(x,y) {R}
Plugin disabled
Plugin r cannot be executed.