Description Usage Arguments Value
View source: R/plotting_functions.R
plot the time series in block
, using the appropriate rescaling
of the data
1 2 | plot_time_series(block, time_column = "censusdate", scale = "unif",
palette_option = "plasma", line_size = 1, base_size = 11)
|
block |
A data.frame containing time series for the community. Each column is a time series of abundances. |
time_column |
The name of the column in the block that has the time, which could be a numeric or a date/time type |
scale |
How to scale the time series:
|
palette_option |
the color palette to use (see |
line_size |
the line width for the plot |
base_size |
base font size |
A ggplot object of the time series plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.