Plot "Trajectories" objects and customizes output.
signature(x = "Trajectories")
plot(object,name='all',breakpoints=NULL)
name
: Character. Name of sub-series, or if all
, plots the whole series.
breakpoints
: List. Supply breakpoints generated by splitTraj
.
signature(x = "TransTrajectories")
plot(object,labelling=TRUE)
labelling
: Logical. Writes labels. May be turned off to prevent overcrowding of plot.
signature(x = "SegTrajectories")
plot(object)
signature(x = "SegSeriesTrajectories")
plot(object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.