Learn R Programming

geometr (version 0.2.10)

.makePlot: Make the object to a plot

Description

Make the object to a plot

Usage

.makePlot(x, window, theme = gtTheme, ...)

Arguments

x

[list(1)] named list of the object from which to make the plot.

window

[data.frame(1)] two opposing corners of a rectangle to which the plot is limited.

theme

[gtTheme(1)] the theme from which to take graphical parameters.

...

instead of providing a gtTheme, you can also determine specific graphic parameters (see gpar) separately; see setTheme for details.