Displaying 1 result from an estimated 1 matches for "ppm_summari".
Did you mean:
ppm_summary
2010 Sep 16
1
Odd graphics output problem
Hi all,
I'm having trouble saving graphics output from within a loop, and I
can't figure out a solution. I'd like to produce and save lots of
individual plots for inspection, so I set up the following script:
library( lattice )
wd = "~/Documents/PPM/"
ppm = read.table( paste( wd, "ppm_summary.txt", sep = "" ), sep = "\t",
header = TRUE )