plot_density_species_per_bottle_per_timestamp: Plot diagnostic plot to check number of species per timestamp

View source: R/plot_density_species_per_bottle.R

plot_density_species_per_bottle_per_timestampR Documentation

Plot diagnostic plot to check number of species per timestamp

Description

Plot diagnostic plot to check number of species per timestamp

Usage

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
)

Arguments

db

fully qualified path to the sqlite database. Default, read from option RRDdb. If not set, defaults to option RRDdb; if this is not set, defaults to LEEF.RRD.sqlite

transform_density_4throot

if TRUE, density is transformed using 4th root transformation.

measurement

the measurement to be plotted. If NULL, the default, they are plotted by temperature treatment (constant & increasing)

species_set_id

name of the set of species

Value

ggplot object of the plot


LEEF-UZH/LEEF.analysis documentation built on Feb. 8, 2025, 11:18 a.m.