Skip to content

busemorose/hydros1mple

Repository files navigation

hydros1mple

Installation

The instruction for the installation and the download of R can be found on the CRAN website.

Once R is installed, hydros1mple can be installed from GitHub.

if (!require("remotes")) install.packages("remotes") # install remotes package if needed
remotes::install_github("busemorose/hydros1mple") # install hydros1mple package

Launch

library(hydros1mple)

Functions

  • import_km(): import KarstMod data input files
  • PET(): calculate potential evapotranspiration with different methods
  • plot1v(): generate plot of different variables (discharge, precipitation, temperature, potential evapotranspiration)
  • plot2qp(): generate plot of discharge-precipitation (double y-axis)
  • mgl_to_meq(): convert mg/L to meq/L
  • meq_to_percent(): convert meq/L to % (according to total anion/cation)
  • transform_piper_data(): transform data in mg/L to coordinates on the Piper diagram
  • blank_ggplot_piper(): empty Piper diagram
  • snow_routine(): snow routine with temperature, precipitation and snow parameters
  • run_snow_routine(): run the snow routine with subcatchments
  • score(): calculate different performance criteria between sim and obs
  • sample_color(): get n random colors with or without including grey shades
  • km_properties(): extract information from KarstMod .properties files
  • cdf(): cumulative distribution function of a variable
  • insight(): helping function for analysing sim/obs discharge from hydrological models
  • score_seq(): generate plot to evaluate a model by hydrological year or month on different subregimes
  • score_density(): generate plot to show the density of criterion score by hydrological year or month

About

No description, website, or topics provided.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published