Usage
## S3 method for class 'minDC':
plot(x, depths, use.labels = FALSE,
quantiles = TRUE, rev.x = TRUE, type = "l",
xlim, ylim, xlab = "", ylab = "Dissimilarity",
main = "", sub = NULL,
col.quantile = "red", lty.quantile = "dotted",
...)
Arguments
x
an object of class "minDC"
.
depths
numeric; a vector of depths for which predicted values
exist or will be generated. Can be missing, in which case,
if use.labels = TRUE
, the function will attempt to
derive suitable values for you. See Details belo
use.labels
logical; should reconPlot
attempt to derive
values for argument depths
from the names of the predicted
values? Only use if depths
is missing. See Details below.
quantiles
logical; should the probability quantiles be drawn on
the plot?
rev.x
logical; should the depth/age axis be reversed (drawn
from high to low)?
type
type of line drawn. See par
and argument
"type"
. xlab, ylab
character; the x- and y-axis labels respectively.
main, sub
character; main title and subtitle for the plot.
xlim, ylim
numeric, length 2; the x- and y-limits for the
plotted axes. If not provided, the function will calculate
appropriate values to cover the range of plotted values and any
quantile lines (if requested via "quantiles"
.
col.quantile
colour in which to draw the quantile lines.
lty.quantile
line type in which to draw the quantile lines.
...
arguments to be passed to methods, such as graphical
parameters (see par
). Currently ignored.