Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

traceplot

Trace the temporal development of response or correlation coefficients


Description

This is a plotting function that takes the output from a dynamic ("moving" or "evolving") dcc run to trace the temporal development of all or selected variables. The variables can be selected using their name, partial matching is allowed.

Usage

traceplot(x, variables = NULL, facet = FALSE)

Arguments

x

an object returned from a call to dcc with parameter dynamic set to either "moving" or "evolving".

variables

a character vector of variable names to be plotted; if NULL (default), all variables will be traced

facet

logical: shall the plot be splitted into facets for different variables?

Value

an object of class "gg".

Examples

## Not run: 
dc_resp <- dcc(muc_spruce, muc_clim, 4:9, dynamic = "evolving")
traceplot(dc_resp, c("prec.curr.may", "prec.curr.jun"))

## End(Not run)

treeclim

Numerical Calibration of Proxy-Climate Relationships

v2.0.5.1
GPL-3
Authors
Christian Zang [aut, cre, cph, trl], Franco Biondi [ctb, cph]
Initial release
2020-09-29

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.