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-tp3688078p3688078.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to