plotadd {playwith} | R Documentation |
A simple way to encapsulate a plot and annotations in one call.
plotadd(FUN, ..., add.stuff = expression())
FUN |
a high-level plot function. |
... |
arguments to FUN . |
add.stuff |
expressions to augment the plot, evaluated after plotting. |
Felix Andrews felix@nfrac.org