Learn R Programming

FrechForest (version 0.9)

pred.FT: Predict Frechet tree

Description

Predict Frechet tree

Usage

pred.FT(tree, Curve = NULL, Scalar = NULL, Factor = NULL,
  Shape = NULL, Image = NULL, aligned.shape = FALSE,
  timeScale = 0.1)

Arguments

tree

: Frechet tree.

Curve

[list]: A list that contains the input curves.

Scalar

[list]: A list that contains the input scalars.

Factor

[list]: A list that contains the input factors.

Shape

[list]: A list that contains the input shape.

Image

[list]: A list that contains the input images.

aligned.shape

[logical]: TRUE if the input shapes are aligned and normalized (aligned.shape=FALSE by default)

timeScale

[numeric]: Time scale for the input and output curves (timeScale=0.1 by default)