plot the time series in block
, using the appropriate rescaling
of the data
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