Learn R Programming

fdasrvf (version 2.4.0)

v_to_curve: map shooting vector to curve at mean

Description

map shooting vector to curve at mean

Usage

v_to_curve(v, mu, mode = "O", scale = 1)

Value

A numeric array of the same shape as the input array v storing the curves of v.

Arguments

v

Either a numeric vector of a numeric matrix or a numeric array specifying the shooting vectors

mu

vector describing the mean

mode

A character string specifying whether the input curves should be considered open (mode == "O") or closed (mode == "C"). Defaults to "O".

scale

original scale of curve