Plot time series with confidence limits and emerging status
Usage
plot_ribbon_em(
df_plot,
x_axis = "year",
y_axis = "obs",
x_label = "x",
y_label = "y",
ptitle = NULL,
verbose = FALSE
)
Arguments
- df_plot
df. A data.frame containing data to plot.
- x_axis
character. Name of column containing x-values. Default:
"year"
.- y_axis
character. Name of column containing y-values. Default:
"number of observations"
.- x_label
character. x-axis label. Default:
"x"
.- y_label
character. y-axis label. Default:
"y"
.- ptitle
character. Plot title. Default:
NULL
.- verbose
logical. If
TRUE
, informations about possible issues are returned. Default:FALSE
.