Displaying 1 result from an estimated 1 matches for "number_files".
Did you mean:
number_field
2010 Feb 19
3
Plotting multiple table automatically
...ntially I have a series of tables that I wish to plot. They are named
on_2, on_3 etc. based on the file name when they were read in. I have
filelist <- list.files() to give me list of the table names. I wish to plot
each table, so I was thinking along some kind of for loop as below:
for (i in 1:Number_Files) {
plot(filelist[1])
}
With a few other bits a pieces, however obviously this tries to plot the
character string in filelist, any ideas on how to get R to read the
identically named table and plot that?
Thanks,
Kenny
--
View this message in context: http://n4.nabble.com/Plotting-multiple-table-...