png
, jpeg
, tiff
et bmp
. > png("graphiqueIris.png") > plot(iris$Sepal.Length , iris$Petal.Length) > dev.off()
pdf
, postscript
, xfig
, svg
, cairo_pdf
et cairo_ps
sont égalements disponibles.
> help(svg) > help(pdf)
dev.print
, dev.copy
, ...