powered by
Print method, for chs-related objects.
# S3 method for KSpline kub.printf(sf, …)
A KSpline object, which is the superclass of CHS, CHSD and CHSI objects.
Ignored.
Please refer to the help page for chs for background information and references.
chs
# NOT RUN { #control points cx <- 1:4 cy <- c (-4, -1, 1, 4) #cubic hermite spline #(with function object, and default slopes) f <- chs (cx, cy) f # }
Run the code above in your browser using DataLab