powered by
This generates a sequence of knots for a given set of time points based on the quantiles.
knots_quantile(x, dimension, tiny = 1e-05)
Numeric vector representing knots sequence in the time domain.
Numeric vector representing time points for the geodesic path.
Numeric vector the number of knots.
Numeric value representing a small constant that slightly expands the boundary.
knots_quantile(seq(0, 1, length.out = 100), 10)
Run the code above in your browser using DataLab