On 11/27/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I was simply doing a graph, but an error repeatdly occurs. Any idea why?
> (this only happens in the latest R version, I am a windows user).
What version is that exactly? Please give the output of sessionInfo(),
since "the late
Hello,
I was simply doing a graph, but an error repeatdly occurs. Any idea why?
(this only happens in the latest R version, I am a windows user).
Thank you,
Marta
library(Hmisc)
> example(xYplot)
xYplot> d <- expand.grid(x = seq(0, 2 * pi, length = 150),
p = 1:3, shift = c(0, pi))
xYplot>