Hi
 
I am doing something like this:
 
hist(maximumPitch, xlab="Maximum Pitch in Hertz")
 
which produces a nice histogram but what do I do to get two or three,
etc on one page?
 
I want to save the resulting file to an eps.  I can find:
 
 
postscript("ex.eps")
 
which I then run something like my  hist above and then 
 
    dev.off()    
 
but I don't get anything in my eps file!
 
Thanks.
 
Stephen 

        [[alternative HTML version deleted]]

______________________________________________
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to