knots_quantile {spheresmooth} | R Documentation |
Generate knots for the piecewise geodesic curve based on the quantiles
Description
This generates a sequence of knots for a given set of time points based on the quantiles.
Usage
knots_quantile(x, dimension, tiny = 1e-05)
Arguments
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. |
Value
Numeric vector representing knots sequence in the time domain.
Examples
knots_quantile(seq(0, 1, length.out = 100), 10)
[Package spheresmooth version 0.1.0 Index]