demo/normalMonthly.R

######################################################################################################################
# Get the monthly normal precipitation at stations no 180                                                            #
######################################################################################################################
library(wsklimaR)
tmp <- wsklimaR::getValues(timeserietypeID="3",stations=c("180"),elements=c("RR"))
str(tmp)
head(tmp)
nexModeling/wsklimaR documentation built on May 23, 2019, 4:28 p.m.