pred.FT: Predict Frechet tree

Description Usage Arguments

View source: R/FrechForest.R

Description

Predict Frechet tree

Usage

1
2
3
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)


FrechForest documentation built on July 1, 2020, 6:44 p.m.