Description Usage Arguments Value
View source: R/timeseries_plot.R
Illustrate the timeseries of the UNSEEN ensemble and the observed using ggplot
1 2 3 4 5 6 7 8 9 10 | unseen_timeseries(
ensemble,
obs,
ensemble_yname = "tprate",
ensemble_xname = "time",
obs_yname = "rr",
obs_xname = "time",
ylab = "",
title = ""
)
|
ensemble |
The UNSEEN ensemble. This must be a dataframe containing at least the columns time and precipitation |
obs |
The observations. This must be a dataframe with the variables year and precipitation |
ensemble_yname |
The column name of the y variable. Defaults to "tprate" |
ensemble_xname |
The column name of the x variable. Defaults to "time" |
obs_yname |
The column name of the y variable. Defaults to "rr" |
obs_xname |
The column name of the x variable. Defaults to "time" |
ylab |
The y label (string) |
title |
The title (string) |
a ggplot timeseries with x = year and y = variable
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.