| print.paleoTSfit | R Documentation | 
Print a paleoTSfit object
## S3 method for class 'paleoTSfit'
print(x, ...)
| x | a paleoTSfit object | 
| ... | other arguments for other print methods | 
None; this function is used only to print
y <- sim.punc(theta = c(0, 2), omega = c(0.1, 0.1))
wg <- fitGpunc(y)
print(wg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.