search for: nighta

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

Did you mean: night
2012 May 05
2
creating a new column assigning values of other columns
..., names=c("d","mo","y"))) night <- subset(zhd, zh$lig<6 & zhd$h<9 | zh$lig<6 & zhd$h>21) night$timepos<-as.POSIXct(night$time, tz="GMT", format="%d/%m/%y %H:%M:%S") a=night$timepos - as.difftime( 1, units="days" ) nighta<-cbind(night,a) y<- cbind(nighta, b=as.character(a, tz= "GMT", format= "%Y-%m-%d")) y$n<-with(y, if (h>=0 & h<9) {b} else {timepos}) ## Missing warnings ????????????????????????????????????????????????????????????????????????????In if (h >= 0 & h < 9...