plot_ribbon_em: Plot time series with confidence limits and emerging status

plot_ribbon_emR Documentation

Plot time series with confidence limits and emerging status

Description

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.

Value

a ggplot2 plot object.


trias-project/trias documentation built on April 20, 2024, 8:27 p.m.