View source: R/linear-spherical-spline.R
knots_quantile | R Documentation |
This generates a sequence of knots for a given set of time points based on the quantiles.
knots_quantile(x, dimension, tiny = 1e-05)
x |
Numeric vector representing time points for the geodesic path. |
dimension |
Numeric vector the number of knots. |
tiny |
Numeric value representing a small constant that slightly expands the boundary. |
Numeric vector representing knots sequence in the time domain.
knots_quantile(seq(0, 1, length.out = 100), 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.