Re: [R] Trouble getting plot to appear

2011-07-23 Thread cherron
has not closed properly. Does the second > plot show up in the pdf? > > Daniel > > cherron wrote: > Hello, > > >I am currently working on a script and I output plots to pdf using > > pdf(...) > plot(...) > dev.off() > > >then later I was trying to plot so

[R] Trouble getting plot to appear

2011-07-23 Thread cherron
Hello, >I am currently working on a script and I output plots to pdf using pdf(...) plot(...) dev.off() >then later I was trying to plot something and when I run just plot(...) >nothing appears. Is there something about using plot(..) after dev.off() that does not allow the window to pop up?

Re: [R] simple save question

2011-07-21 Thread cherron
Hi David and Tom I was having the same problem and was reading through your threads. I finally tried: summary(fit, rmean=TRUE)$table[5] This produced the mean. Hope this works for you as well. Casey -- View this message in context: http://r.789695.n4.nabble.com/simple-save-question-tp3429148