Rdocumentation
powered by
Learn R Programming
playwith (version 0.8.24)
plotadd: Augment a plot in-line
Description
A simple way to encapsulate a plot and annotations in one call.
Usage
plotadd(FUN, ..., add.stuff = expression())
Arguments
FUN
a high-level plot function.
...
arguments to
FUN
.
add.stuff
expressions to augment the plot, evaluated after plotting.
Value