dcplot {bootRes}R Documentation

Plotting Function for Response and Correlation Functions

Description

A simple plotting function for response and correlation functions derived from dendroclim.

Usage

dcplot(x, ci = TRUE, sig = TRUE, labels = NULL, labstyle = 1)

Arguments

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.

Value

None. Invoked for side effect (plot).

Author(s)

Christian Zang

See Also

dendroclim

Examples

data(muc.clim)
data(muc.spruce)

# calculate and plot bootstrapped correlation function
dc <- dendroclim(muc.spruce, muc.clim, method = "corr")
dcplot(dc, labstyle = 2)

[Package bootRes version 0.1 Index]