draw.pbmodelled | R Documentation |
Produce a plot of the 210Pb data and their depths
draw.pbmodelled(
set = get("info"),
BCAD = set$BCAD,
rotate.axes = FALSE,
rev.d = FALSE,
rev.age = FALSE,
pb.lim = c(),
d.lim = c(),
d.lab = c(),
pb.lab = c(),
pbmodelled.col = function(x) rgb(0, 0, 1, x),
pbmeasured.col = "blue",
supp.col = "purple",
plot.measured = TRUE,
age.lim = c(),
mgp = mgp,
pb.lty = 1
)
set |
Detailed information of the current run, stored within this session's memory as variable |
BCAD |
The calendar scale of graphs is in |
rotate.axes |
The default of plotting age on the horizontal axis and event probability on the vertical one can be changed with |
rev.d |
The direction of the depth axis can be reversed from the default ( |
rev.age |
The direction of the calendar age axis can be reversed from the default ( |
pb.lim |
Minimum and maximum of the 210Pb axis ranges, calculated automatically by default ( |
d.lim |
Minimum and maximum depths to plot; calculated automatically by default ( |
d.lab |
The labels for the depth axis. Default |
pb.lab |
The label for the 210Pb axis (default |
pbmodelled.col |
Colour of the modelled 210Pb values. Defaults to scales of blue: |
pbmeasured.col |
Colour of the measured 210Pb values. Defaults to blue. |
supp.col |
Colour of the supported 210Pb data. Defaults to red: |
plot.measured |
Plot the measured 210Pb values (default |
age.lim |
values of the age axis. Used to calculate where to plot the pb values on the secondary axis |
mgp |
Axis text margins (where should titles, labels and tick marks be plotted). Defaults to |
pb.lty |
Line type of measured Pb-210 data. |
This function is generally called internally to produce the age-depth graph. It can be used to produce custom-built graphs.
A plot of the modelled (and optionally the measured) 210Pb values
Maarten Blaauw, J. Andres Christen, Marco Aquino-Lopez
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.