print.paleoTSfit {paleoTS} | R Documentation |
Print a paleoTSfit object
Description
Print a paleoTSfit object
Usage
## S3 method for class 'paleoTSfit'
print(x, ...)
Arguments
x |
a paleoTSfit object |
... |
other arguments for other print methods |
Value
None; this function is used only to print
Examples
y <- sim.punc(theta = c(0, 2), omega = c(0.1, 0.1))
wg <- fitGpunc(y)
print(wg)
[Package paleoTS version 0.6.1 Index]