# The following is a toy example. I strongly recommend to see
# the package vignettes in order to improve your skills on HBV.IANIGLA
## LP case
set.seed(369)
precLP <- Precip_model(model = 1, inputData = runif(n = 365, max = 30, min = 0),
zmeteo = 3000, ztopo = 4700, param = c(5))
## LPM case
set.seed(369)
precLPM <- Precip_model(model = 2, inputData = runif(n = 365, max = 30, min = 0),
zmeteo = 3000, ztopo = 4700, param = c(5, 4500))
Run the code above in your browser using DataLab