print.lpc: Printing output for lpc, lpc.spline, and ms objects

View source: R/print.lpc.R

print.lpcR Documentation

Printing output for lpc, lpc.spline, and ms objects

Description

Takes an object of class lpc, lpc.spline, ms and displays some standard output.

Usage

## 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), ...) 

Arguments

x

an object of class lpc, lpc.spline, or ms.

digits

not yet in use.

...

further arguments.

Value

Some short text.

Author(s)

JE

See Also

lpc, ms

Examples

data(calspeedflow)
lpc1 <- lpc(calspeedflow[,3:4])
print(lpc1)
lpc2 <- lpc.spline(lpc1)
print(lpc2)
## Not run: 
ms1<- ms(calspeedflow[,3:4], plot=FALSE) 
print(ms1)
## End(Not run)

LPCM documentation built on Jan. 6, 2023, 5:22 p.m.