add_serialaxes_layers {ggmulti} | R Documentation |
Layers for serial axes coordinate
Description
Project the regular geom
layers onto the serial axes coordinate.
Usage
add_serialaxes_layers(layer, plot, object, axes)
Arguments
layer |
a layer object |
plot |
a |
object |
some parameters used to modify this serial axes |
axes |
canvas sequence axes |
Details
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.
[Package ggmulti version 1.0.7 Index]