View source: R/plot_timeseries.R
plot_timeseries | R Documentation |
plot_timeseries
plots a timeseries with standard errors shown as whiskers or a shaded polygon
plot_timeseries(
x,
y,
y_sd,
ybounds,
fn = lines,
ylim = NULL,
bounds_type = "whiskers",
bounds_args = list(),
interval_width = 1,
connect_ascending = TRUE,
...
)
x |
numeric-vector of x-coordinates to plot |
y |
numeric-vector of y-coordinates to plot |
ybounds |
alternate specification of y-coordinate whiskers; useful to avoid normal approximation |
fn |
what plotting function to use; default |
bounds_type |
which type either |
bounds_args |
tagged list of additional arguments to pass to |
interval_width |
width of interval in normal approximation; only used when specifying |
ysd |
numeric-vector of standard errors in y-coordinates, used in normal approximation to interval |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.