print.lpc | R Documentation |
Takes an object of class lpc
, lpc.spline
, ms
and displays some standard output.
## S3 method for class 'lpc'
print( x, digits = max(3, getOption("digits") - 3), ...)
## S3 method for class 'lpc.spline'
print( x, digits = max(3, getOption("digits") - 3), ...)
## S3 method for class 'ms'
print( x, digits = max(3, getOption("digits") - 3), ...)
x |
an object of class |
digits |
not yet in use. |
... |
further arguments. |
Some short text.
JE
lpc
, ms
data(calspeedflow)
lpc1 <- lpc(calspeedflow[,3:4])
print(lpc1)
lpc2 <- lpc.spline(lpc1)
print(lpc2)
ms1<- ms(calspeedflow[,3:4], plot=FALSE)
print(ms1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.