Erik Iverson wrote:
> You should begin by telling us what you did to produce the result. 
> That way we can tell if it's something in your R commands or not.  If
> you give us step by step instructions to reproduce the problem (with
> simulated data, or a dataset distributed with R), it becomes much
> easier to debug.
sorry. most of these commands are lifted straight from The Guide i
referred to:
> data(trees)       # built-in data set
> attach(trees)
> plot(Height,Volume)

and then the Graphics Device opens and i have the same problem with
viewing the plot.

______________________________________________
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