knots_quantile: Generate knots for the piecewise geodesic curve based on the...

View source: R/linear-spherical-spline.R

knots_quantileR 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)

spheresmooth documentation built on May 29, 2024, 3:15 a.m.