Plugin disabled
Plugin r cannot be executed.
{R()}x<-c(1:10)
y <- x*x
plot(x,y)
{R}
Plugin disabled
Plugin r cannot be executed.
{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.
{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.
{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.
{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.