dcplot {bootRes} | R Documentation |
A simple plotting function for response and correlation functions derived from dendroclim
.
dcplot(x, ci = TRUE, sig = TRUE, labels = NULL, labstyle = 1)
x |
data.frame with coefficients derived from dendroclim .
|
ci |
logical: should confidence intervals be plotted? |
sig |
logical: should significant coefficients be indicated by filled symbols? |
labels |
character vector with labels to use for coefficients. Defaults to rownames(x) .
|
labstyle |
integer indicating the style to be used for labels. Options are 1 for verbose/verbatim labels or 2 for abbreviated month names. If custom labels are specified, selection reverts to 1. |
If less than 4 parameters are used in the response or correlation function, each parameter is represented with a distinct symbol.
None. Invoked for side effect (plot).
Christian Zang
data(muc.clim) data(muc.spruce) # calculate and plot bootstrapped correlation function dc <- dendroclim(muc.spruce, muc.clim, method = "corr") dcplot(dc, labstyle = 2)