powered by
Takes an object of class lpc, lpc.spline, ms and displays some standard output.
lpc
lpc.spline
ms
# S3 method for lpc print( x, digits = max(3, getOption("digits") - 3), ...) # S3 method for lpc.spline print( x, digits = max(3, getOption("digits") - 3), ...) # S3 method for ms print( x, digits = max(3, getOption("digits") - 3), ...)
Some short text.
an object of class lpc, lpc.spline, or ms.
not yet in use.
further arguments.
JE
lpc, ms
data(calspeedflow) lpc1 <- lpc(calspeedflow[,3:4]) print(lpc1) lpc2 <- lpc.spline(lpc1) print(lpc2) # \donttest{ ms1<- ms(calspeedflow[,3:4], plot=FALSE) print(ms1)# }
Run the code above in your browser using DataLab