periodic_splines: Period splines

View source: R/splines.R

periodic_splinesR Documentation

Period splines

Description

Period splines

Usage

periodic_splines(order = 4, period = 1, knots, pos)

Arguments

order

Order of the splines (4 for cubic)

period

Period of the splines (1 by default)

knots

Knots of the splines (in [0, period[]])

pos

Requested positions (in [0, period[]])

Value

A matrix (len(pos) x len(knots))


palatej/rjd3toolkit documentation built on Oct. 30, 2024, 10:46 p.m.