50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

metaseqR (version 1.12.2)

graphics.open: Open plotting device

Description

Wrapper function to open a plotting device. Internal use only.

Usage

graphics.open(o, f, ...)

Arguments

o
the plotting device, see main metaseqr function
f
a filename, if the plotting device requires it (e.g. "pdf")
...
further arguments to be passed to plot devices, such as parameter from par.

Examples

Run this code
graphics.open("pdf","test.pdf",width=12,height=12)

Run the code above in your browser using DataLab