search for: pmelt

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

Did you mean: melt
2007 May 31
1
plotting variable sections of hourly time series data using plot.zoo
...0.56 74.72 0.94 736.37 #With help of read.table I got the data into R : DF <- read.table(file=fn,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="/"))+hou...