search for: untilt

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

Did you mean: until
2010 Mar 01
1
Saving multiple plots named with part of the original file name
...all to save as unique files as well. Idealy they would be "filename CHN 1mm Length Frequency", "filename CHN 2mm Length Frequency"...and so forth. Any hints? Thanks for your time. Here is what I'm using now: filenames<-dir("C:/Documents and Settings/tfish/Desktop/R/Untilted Data") for(i in filenames){data<- read.csv(i, header = TRUE, skip = 13, sep = ",") hist(data$X.mm.[data$SPP=="RBT"],breaks=seq(20,350,1),col="blue",main="RBT 1mm Length Frequency",freq=TRUE,xlab="Fork Length (mm)") savePlot(filename = &quo...