Learn R Programming

lemon (version 0.4.6)

lemon-ggproto: ggproto classes used in lemon!

Description

If you are creating a new geom, stat, position, or scale in another package, you'll need to extend from ggplot2::Geom, ggplot2::Stat, ggplot2::Position, or ggplot2::Scale.

Usage

AAList

Format

An object of class AAList (inherits from ggproto, gg) of length 6.

Arguments

side

top, left, right, bottom, etc.

is.primary

When TRUE, only get annotations whose side are set to that side. When FALSE (default), also get those that are waiver.

See Also