add_serialaxes_layers {ggmulti} | R Documentation |
Project the regular geom
layers onto the serial axes coordinate.
add_serialaxes_layers(layer, plot, object, axes)
layer |
a layer object |
plot |
a |
object |
some parameters used to modify this serial axes |
axes |
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.