Learn R Programming

paleoTS (version 0.6.2)

print.paleoTSfit: Print a paleoTSfit object

Description

Print a paleoTSfit object

Usage

# S3 method for paleoTSfit
print(x, ...)

Value

None; this function is used only to print

Arguments

x

a paleoTSfit object

...

other arguments for other print methods

Examples

Run this code
y <- sim.punc(theta = c(0, 2), omega = c(0.1, 0.1))
wg <- fitGpunc(y)
print(wg)

Run the code above in your browser using DataLab