demo/daily2.R

#############################################################################################################
# Get the daily temperature amd precipitation at station no 180 of the last three days                      #
#############################################################################################################
library(wsklimaR)
tmp <- wsklimaR::getValues(timeserietypeID="0",stations="180",elements=c("TAM","RR"))
str(tmp)
head(tmp)
nexModeling/wsklimaR documentation built on May 23, 2019, 4:28 p.m.