search for: sparseindex

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

Did you mean: parse_index
2006 Jun 29
3
cat and positioning of the output
...st way in R ... but my question: It is possible to overwrite the expression "Reading row: i" in each iteration of the loop (print out in the below loop on the screen) or more particulary to overwrite the counter "i". for(i in 1:header$M){ cat("Reading row: ", i) SparseIndex[[i]] <- readBin( con, integer(), n=MIndexNumber[i], size=4 ) SparseSignal[[i]] <- readBin( con, numeric(), n=MIndexNumber[i], size=4 ) } Many thanks J?rn Schulz. -- View this message in context: http://www.nabble.com/cat-and-positioning-of-the-output-tf1869521.html#a5109359 Sent from the...