add_serialaxes_layers.Rd
Project the regular geom
layers onto the serial axes coordinate.
add_serialaxes_layers(layer, plot, object, axes)
a layer object
a ggplot
object
some parameters used to modify this serial axes ggplot
object (i.e. axes.sequence
, ...)
canvas sequence axes
The class is determined by layers you add. For example, you want to add a boxplot layer
on serial axes coordinate.
By the ggplot syntax, it should be ggplot(data, mapping) + geom_boxplot() + coord_serialaxes()
To make it work, object add_serialaxes_layers.GeomBoxplot
must be created. In this function,
some computations will be applied.