search for: machinepd

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

Did you mean: machined
2002 Apr 02
2
Trouble with R and cronjobs
...> data<-read.csv("/u1yedh2/dstierma/probe/corr/y16a.txt") R is cool-> cnames<-colnames(data) # list of all the column names in dataset R is cool-> ncols<-length(cnames) # number of columns in dataset R is cool-> z<-as.vector(data$X3010.50DUVPHOTO.MACHINEPD.1) R is cool-> x<-as.vector(data$X3010.50DUVPHOTO.DATE.0) R is cool-> time<-strptime(x,"%d %b %Y %H:%M") R is cool-> data$X3010.50DUVPHOTO.DATE.0<-as.POSIXct(time) R is cool-> for(i in 9:dim(data)[2]) { # number of columns of data (data[1] is number of rows) +...