search for: braggxsec

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

2009 Dec 15
1
for loop for automatic pdf generation
...data frame. I would be happy to send this off list. I am sure that I am missing something simple. The plotting works if I just paste the call to qplot into R and replace the [i] with a number. Thanks for all of your help in advance. #loop to spit out PDFs list.names <- as.character(unique(braggxsec[,"Creek"])) for(i in 1:length(list.names)){ pdf(paste("~/Desktop/base_pdf_xsec/", list.names[i], ".pdf", sep="")) qplot(measurment_num, value , data=subset(braggxsec.melt, Creek==list.names[i]), colour=variable, geom="line", xlab="meters acro...