v_to_curve {fdasrvf} | R Documentation |
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)
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 ( |
scale |
original scale of curve |
Value
A numeric array of the same shape as the input array v
storing the
curves of v
.
[Package fdasrvf version 2.4.0 Index]