traceplot | R Documentation |
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.
traceplot(x, variables = NULL, facet = FALSE)
x |
an object returned from a call to |
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? |
an object of class "gg".
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.