search for: ssnow

Displaying 1 result from an estimated 1 matches for "ssnow".

Did you mean: snow
2007 May 31
1
plotting variable sections of hourly time series data using plot.zoo
...header=FALSE,skip=2) #Substitute the header: names(DF) <- c("year","month","day","hour","FN","Punc","Pcor","Pmelt","ETP","ETR","RS","RI","RB","Rtot","Ssnow","SI","SSM","SUZ","SLZ") #Create datetime vector library(chron) DF$datetime <- with(DF,chron(paste(month,day,year,sep="/"))+hour/24) #Try to convert DF into ts - object DFts DFts <- as.ts(DF) # works, but gives back: Warning message:...