demo/normalDaily.R

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