Miscellaneous functions for data analysis with R at KWB, not yet intended for distribution. So far, functions of the following lib-files have been imported: hsLibMiaCsoData.R, hsLibDataAvailability.R, hsLibTimeshift.R, hsLibDataSource.R, hsLibImpSenData.R, hsLibRainDist.R, hsLibCalib.R.
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.misc in R
install.packages('kwb.misc')
# Browse the kwb.misc manual pages
help(package = 'kwb.misc')