plot-methods {deltaGseg}R Documentation

Plot Trajectories-related objects

Description

Plot "Trajectories" objects and customizes output.

Methods

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)


[Package deltaGseg version 1.22.0 Index]