Skip to contents

functions used in KWB project MIA-CSO, for example for plotting data availabilities.

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.miacso in R
install.packages('kwb.miacso')

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