Re: [R] Trouble getting plot to appear

2011-07-23 Thread cherron
I thought that might have been the case also, but after opening the pdf it's not there either. When I restart R it works again. On Fri, Jul 22, 2011 at 6:32 PM, Daniel Malter [via R] < ml-node+3688227-1927904147-254...@n4.nabble.com> wrote: > Typically not, unless the device has not closed prope

[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] Trouble getting plot to appear

2011-07-22 Thread Daniel Malter
Typically not, unless the device 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 something and w