search for: 0125um

Displaying 1 result from an estimated 1 matches for "0125um".

Did you mean: 0125
2008 Apr 14
1
read data into list of matrix
Hi i have a list of many files and want to load them into a list of tables, that can be adressed with a variable 'i'. something like files = c("0125um","2000um","2200um","2500um","2700um") for (i in 1:5) { fp[i] <- read.table( files[i] ) } but this does not work of course. Has anyone a good hint? Thank you, -- Jonas Stein <news at jonasstein.de>