ggpLayerSpatialTrajectories | R Documentation |
Adds spatial trajectories in form of arrows to a surface plot.
ggpLayerSpatialTrajectories(
object = "object",
ids,
arrow = ggplot2::arrow(length = ggplot2::unit(x = 0.125, "inches")),
...
)
object |
An object of class |
ids |
Character vector. The IDs of the trajectories that should be plotted. |
arrow |
A list of arguments given to |
... |
Additional arguments given to |
ggpLayer*()
-functions return lists of ggproto
objects
that can be added to ggplots via the +
operator. In most of the cases
they are supposed to be added to plots created with the plotSurface*()
family.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.