The goal of HydroTools.R is to …

Installation

You can install the released version of HydroTools.R from github:

# remotes::install_gitlab("r-pkgs/HydroTools.R") # github may not work, use gitlab instead
remotes::install_github("CUG-hydro/HydroTools.R") 

Example

This is a basic example which shows you how to solve a common problem:

library(hydroTools)
## basic example code

Finished

欢迎同道中人贡献新的函数或方法