print.calibspline {mscalib}R Documentation

Print Calibspline Object

Description

`print' prints its argument and returns it invisibly (via `invisible(x)')

Usage

## S3 method for class 'calibspline':
print(x,...)

Arguments

...
x calibspline

Value

info the id of the calibspline
smooth.spline smooth.spline

Author(s)

Witold Wolski wolski@molgen.mpg.de

Examples

 data(ppg)
 tmp <- getextcalib(ppg,error=200)
 print(tmp)

[Package mscalib version 0.5.9 Index]