plot.fittedAgelme: Plots fitted agelme model and dates

View source: R/plot.fittedAgelme.R

plot.fittedAgelmeR Documentation

Plots fitted agelme model and dates

Description

Plots fitted agelme model and dates

Usage

## S3 method for class 'fittedAgelme'
plot(x, main, xlab = "Depth", ylab = "Calibrated Age", ...)

Arguments

x

Fitted agelme model.

main

Title of the plot.

xlab

x axis label of the plot.

ylab

y axis label of the plot.

...

Other arguments to plot.

Examples

data(STOR)
fit.mod <- with(STOR, agelme(depthup, depthdo, cageup, cagedo))
#Predicting using the constant variance model,
#for each cm between 70 and 400 cm.
fit.pre <- predict(fit.mod, 1, 70:400)
plot(fit.pre)

richardjtelford/palaeoSig documentation built on March 16, 2023, 8:08 a.m.