First time here? Check out the FAQ!
answered 2012-05-25 11:13:50 +0100
Two setup to do so: command:sage -f r it will rebuilt the R in sage to enable plotting support. and then: png() x<-c(12,2,4) y<-x plot(x,y) dev.off()