search for: nobatch

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

Did you mean: nbatch
2005 Nov 16
1
PPC package-ppc.read.raw.nobatch (PR#8316)
...alue NA as a result of omitting the ?,?. I apologize in advance if I have missed something obvious. However, the batch read function does use the sep=?,?. This possible bug doesn't doesn't crash the script and so is difficult to spot. Many thanks Martin ppc.read.raw.nobatch <- function(directory, mz = NULL) { datafiles.list <- ppc.xl.get.names.of.files(directory) ## ## First determine the dimensions of the data matrix ## if (is.null(mz)) { pat1 <- read.table(datafiles.list[1]) ?----- here mz <- pat1[,1] } xtr &l...