search for: rowstring

Displaying 2 results from an estimated 2 matches for "rowstring".

2007 Jul 30
4
how to combine data of several csv-files
...to proceed. I end up with a list containing these vectors for each processed file and I don't know how to combine them easily... Does anybody have a suggestion for me? What I've got so far: folder <- choose.dir(getwd(), "Choose folder containing csv files") setwd(folder) rowString <- LETTERS[1:8]; cols <- 12 mat <- outer(rowString, formatC(seq(2,length=cols), flag = "0", width = 2), paste, sep = "") mat <- paste(mat, ".csv", sep = "_") layoutfilename <- file.choose() layoutfile <- read.csv(layoutfilename, sep=&quot...
2007 Feb 13
0
libswfdec/jpeg libswfdec/swfdec_image.c
libswfdec/jpeg/Makefile.am | 18 - libswfdec/jpeg/bits.h | 140 ++++++------- libswfdec/jpeg/huffman.c | 67 +++--- libswfdec/jpeg/huffman.h | 35 +-- libswfdec/jpeg/jpeg.c | 217 +++++++------------- libswfdec/jpeg/jpeg.h | 28 +- libswfdec/jpeg/jpeg_debug.h | 25 -- libswfdec/jpeg/jpeg_internal.h | 143