Skip to contents

Definition of functions that will be used to produce diagrams showing the number of critical oxygen events in the river.

Installation

For installing the latest release of this R package run the following code below:

# Enable repository from kwb-r
options(repos = c(
  kwbr = 'https://kwb-r.r-universe.dev',
  CRAN = 'https://cloud.r-project.org'))

# Download and install kwb.mia.evalCritO2 in R
install.packages('kwb.mia.evalCritO2')

# Browse the kwb.mia.evalCritO2 manual pages
help(package = 'kwb.mia.evalCritO2')