eps | R Documentation |
eps
simply calls postscript
with sensible defaultsSpecialized version of postscript for eps files
eps
simply calls postscript
with sensible defaults
eps(
file = "Rplot.eps",
horizontal = FALSE,
paper = "special",
height = 6,
width = 6,
...
)
file |
a character string giving the name of the file. |
horizontal |
the orientation of the printed image, a logical. |
paper |
the size of paper in the printer. |
height , width |
height and width of eps graphic |
... |
other arguments passed down |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.