newplot: Open New Empty Plotting Window

Description Usage Arguments Note Author(s) See Also Examples

View source: R/animatoR-functions-knitr.R

Description

Opens a new empty plotting window with default settings (0, 10) x (0, 10), no axes nor labels.

Usage

1
2
newplot(xlim = c(0, 10), ylim = c(0, 10), ann = FALSE, axes = FALSE,
  type = "n", asp = 1, stamp = FALSE, ...)

Arguments

xlim

see plot.

ylim

see plot.

ann

see plot.

axes

see plot.

type

see plot.

asp

aspect ratio, default y/x = 1 see plot.new.

stamp

logical, should time be visible on plots.

...

additional arguments passed to plot.

Note

Some additional arguments will not wok (for example argument bty are overriden by ann. You have to use box command to produce the box around the plot).

Author(s)

Andrej Blejec andrej.blejec@nib.si

See Also

plot

Examples

1
2
newplot()
points(0.5,0.5)

ablejec/animatoR documentation built on Feb. 21, 2020, 10:09 p.m.