# The following is a toy example. I strongly recommend to see
# the package vignettes in order to improve your skills on HBV.IANIGLA
## simple linear model
airTemp <- Temp_model(
model = 1,
inputData = runif(200, max = 25, min = -10),
zmeteo = 2000, ztopo = 3500, param = c(-6.5)
)
Run the code above in your browser using DataLab