pbspline: Wrapper for bspline
with periodic=TRUE
Description
Wrapper for bspline
with periodic=TRUE
Usage
pbspline(
X,
Boundary.knots = NA,
intercept = FALSE,
df = NULL,
knots = NULL,
degree = 3,
bknots = NA
)
Arguments
- X
see ?bspline
- Boundary.knots
see ?bspline
- intercept
see ?bspline
- df
see ?bspline
- knots
see ?bspline
- degree
see ?bspline
- bknots
see ?bspline
See Also
Other Transform stage functions:
bspline()