[R] Trouble getting plot to appear

Daniel Malter daniel at umd.edu
Sat Jul 23 03:32:50 CEST 2011


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 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? In other words I would like to be
able to see the plot display when just using the plot function. I am using R
in UNIX if this is at all relevant.
> 
> Many thanks,
> 
> Casey
> 

--
View this message in context: http://r.789695.n4.nabble.com/Trouble-getting-plot-to-appear-tp3688078p3688227.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list