graphics.open {metaseqR} | R Documentation |
Wrapper function to open a plotting device. Internal use only.
graphics.open(o, f, ...)
o |
the plotting device, see main metaseqr function |
f |
a filename, if the plotting device requires it
(e.g. |
... |
further arguments to be passed to plot
devices, such as parameter from |
Panagiotis Moulos
graphics.open("pdf","test.pdf",width=12,height=12)