print.paleoTSfit: Print a paleoTSfit object

View source: R/basics.R

print.paleoTSfitR 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)

paleoTS documentation built on Sept. 11, 2024, 9:18 p.m.