plotadd {playwith}R Documentation

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.

Details

Value

Author(s)

Felix Andrews felix@nfrac.org

Examples



[Package playwith version 0.8.24 Index]