View source: R/LEEF_2_plot_density_species_per_bottle.R
LEEF_2_plot_density_species_per_bottle_per_timestamp | R Documentation |
Plot diagnostic plot to check number of species per timestamp for LEEF-2
LEEF_2_plot_density_species_per_bottle_per_timestamp(
db = getOption("RRDdb", "LEEF.RRD.sqlite"),
transform_density_4throot = TRUE,
measurement = "bemovi_mag_16",
species_set_id = NULL,
treatment_begin_day = 70,
treatment_end_day = 154,
arrow = FALSE
)
db |
fully qualified path to the sqlite database. Default, read from option |
transform_density_4throot |
if |
measurement |
the measurement to be plotted. If |
species_set_id |
id of species set to use for filtering |
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.