Learn R Programming

palaeoSig (version 2.0-3)

plot.fittedAgelme: Plots fitted agelme model and dates

Description

Plots fitted agelme model and dates

Usage

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

Arguments

x

Fitted agelme model.

main

Title of the plot.

xlab

xlabel of the plot.

ylab

ylabel of the plot.

Other arguments to plot.

Examples

Run this code
# NOT RUN {
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)
# }

Run the code above in your browser using DataLab