TransTrajectories-class: Class '"TransTrajectories"'

Description Objects from the Class Slots Extends Accessors Other methods Author(s) See Also Examples

Description

Object of this class is a product of the transformSeries function.

Objects from the Class

Objects can be created by calls of the form new("TransTrajectories", ...).

Slots

tmethod:

Object of class "character" Transformation method.

breakpoints:

Object of class "list" breakpoints, if used.

tavd:

Object of class "numeric" adf p-values after transformation.

ttrajlist:

Object of class "list" Transformed trajectories.

difftraj:

Object of class "list" Differentiated trajectories. These trajectories may be produced if transformSeries was used with method="differentiation". The original trajectory will be kept in ttrajlist its differentiated version (used only for computation, not presentation) will be stored in this slot. The plotting function plotDiff enables the user to compare the original and differentated versions of the subseries.

tfilenames:

Object of class "character" Transformed trajectories names.

path:

Object of class "character" Inherited from Trajectories-class

filenames:

Object of class "character" Inherited from Trajectories-class

trajlist:

Object of class "list" Trajectories. Inherited from Trajectories-class

avd:

Object of class "numeric" adf p-values. Inherited from Trajectories-class

Extends

Class "Trajectories", directly.

Accessors

In the code snippets below, x is a TransTrajectories object.

getTNames(x): Retrieves filenames from slot tfilenames.

getTraj(x): Retrieves trajectories list from slot ttrajlist.

getBreaks(x): Retrives breakpoints (if any) from slot breakpoints

getAVD(x): Retrieves adf p-values from slot tavd.

Other methods

In the code snippets below, x is a TransTrajectories object.

denoiseSegments(x): denoising and initial segmentation of trajectory series.

plotDiff(x,name='diff_object_name'): Plots the original and differentiated subseries (one at a time) if method="differentiation" was used in transformSeries

plot(x): Plots the transformed series after transformSeries

show(x): Displays summary of object, including inherited classes. This helps in recalling the analysis path taken to produce the current results.

Author(s)

Diana H.P. Low, Efthimios Motakis

See Also

transformSeries

Examples

1
showClass("TransTrajectories")

deltaGseg documentation built on Nov. 8, 2020, 8:06 p.m.