Skip to content
Prev 85028 / 398500 Next

panel.xyplot : incorrectly "connecting" points

On 1/25/06, Greg Tarpinian <sasprog474474 at yahoo.com> wrote:
The simplest solution is to use

type = c('b', 'g')
This should work in the devel version of R (2.3.0 to be). The reason
it doesn't work in 2.2.x is that the default panel function when
'groups' in non-null is not panel.xyplot, but rather panel.superpose.
(This is admittedly confusing, hence the change for 2.3.0.)

Deepayan
--
http://www.stat.wisc.edu/~deepayan/