Re: [Rd] error in xYplot from Hmisc. (PR#9389)

2006-11-27 Thread deepayan . sarkar
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

[Rd] error in xYplot from Hmisc. (PR#9389)

2006-11-27 Thread mrufino
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>