unseen_timeseries: Illustrate the timeseries of the UNSEEN ensemble and the...

Description Usage Arguments Value

View source: R/timeseries_plot.R

Description

Illustrate the timeseries of the UNSEEN ensemble and the observed using ggplot

Usage

 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 = ""
)

Arguments

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)

Value

a ggplot timeseries with x = year and y = variable


timokelder/UNSEEN documentation built on June 1, 2021, 2:30 a.m.