[R] configuring graphics device in Linux
john polo
jpolo at mail.usf.edu
Sat Nov 15 00:19:10 CET 2008
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.
More information about the R-help
mailing list