Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.32 KB

File metadata and controls

27 lines (20 loc) · 1.32 KB

R-CMD-check pkgdown codecov Project Status CRAN_Status_Badge R-Universe_Status_Badge

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')