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

View source: R/plot_tocs_per_bottle.R

plot_tocs_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_tocs_per_bottle_per_timestamp(
  db = getOption("RRDdb", "LEEF.RRD.sqlite"),
  type = c("IC", "TC", "TN", "TOC")
)

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

type

the type of the measurement which should be displayed. A vector with the types. Possible values are: "TOC", "TN", "IC", "TN", "".

Value

ggplot object of the plot


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