DemoPBS | R Documentation |
Demonstrate the construction of 6 periodic cubic B-splines on 7 domain knots.
DemoPBS(uniform = TRUE)
uniform |
if TRUE, place uniform knots; if FALSE, place non-uniform knots. |
This function has no returned values.
Zheyuan Li zheyuan.li@bath.edu
require(gps)
## uniform periodic cubic B-splines
DemoPBS(uniform = TRUE)
## non-uniform periodic cubic B-splines
DemoPBS(uniform = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.