View source: R/curve_functions.R
| v_to_curve | R Documentation |
map shooting vector to curve at mean
v_to_curve(v, mu, mode = "O", scale = 1)
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 |
A numeric array of the same shape as the input array v storing the
curves of v.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.