View source: R/LEEF_2_plot_tocs_per_bottle.R
| LEEF_2_plot_tocs_per_bottle_per_timestamp | R Documentation | 
Plot diagnostic plot to check number of species per timestamp
LEEF_2_plot_tocs_per_bottle_per_timestamp(
  db = getOption("RRDdb", "LEEF.RRD.sqlite"),
  type = c("IC", "TC", "TN", "TOC"),
  treatment_begin_day = 70,
  treatment_end_day = 154,
  arrow = FALSE
)
| db | fully qualified path to the sqlite database. Default, read from option  | 
| type | the type of the measurement which should be displayed. A vector with the types. Possible values are: "TOC", "TN", "IC", "TN", "". | 
| treatment_begin_day | begin of treatment (vertical red line in plot). If  | 
| treatment_end_day | end of treatment (vertical red line in plot). If  | 
| arrow | if  | 
ggplot object of the plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.