search for: xlig

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

Did you mean: xfig
2012 May 05
2
creating a new column assigning values of other columns
...third variable y$h) that assigns the values of two time variables (y$b and y$timepos). Here's the piece of code to get there (using the attached files): ? xact <- read.table("act.lig", sep = ',', col.names=c("ok","time","secs","act")) xlig <- read.table("lig.txt", sep = ',', col.names=c("ok","time","secs","lig")) w<- merge(xact, xlig, by = c("time" ,"secs"), all = TRUE, sort=F) require(reshape) z <- cbind(w, colsplit(w$time, split=" ", na...