plot_ribbon_em | R Documentation |
Plot time series with confidence limits and emerging status
plot_ribbon_em(
df_plot,
x_axis = "year",
y_axis = "obs",
x_label = "x",
y_label = "y",
ptitle = NULL,
verbose = FALSE
)
df_plot |
df. A data.frame containing data to plot. |
x_axis |
character. Name of column containing x-values. Default:
|
y_axis |
character. Name of column containing y-values. Default:
|
x_label |
character. x-axis label. Default: |
y_label |
character. y-axis label. Default: |
ptitle |
character. Plot title. Default: |
verbose |
logical. If |
a ggplot2 plot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.