Plot Function for geomorph
# S3 method for trajectory.analysis
plot(x, group.cols = NULL,
pt.seq.pattern = c("white", "gray", "black"), pt.scale = 1, ...)
plot object (from trajectory.analysis
)
An optional vector of colors for group levels
The sequence of colors for starting, middle, and end points of trajectories, respectively. E.g., c("green", "gray", "red") for gray points but initial points with green color and end points with red color.
An optional value to magnify or reduce points (1 = no change)
other arguments passed to plot
An object of class "plot.trajectory.analysis" is a list with components that can be used in other plot functions, such as the type of plot, points, a group factor, and other information depending on the plot parameters used.