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)
jeanmarie-eu/wsklimaR documentation built on May 7, 2019, 2 p.m.