Table of contents Basic image with svg and pdf export Basic image with svg and pdf export RR Codeif(!require(Cairo)){ install.packages("Cairo", repos="http://ftp.heanet.ie/mirrors/cran.r-project.org/") } R Codex<-c(1:10) y <- x*x plot(x,y)