graphics.open {metaseqR}R Documentation

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.

Author(s)

Panagiotis Moulos

Examples


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


[Package metaseqR version 1.24.0 Index]