Skip to content
Prev 243473 / 398500 Next

xyplot : superimposed 2 groups in different panels

On 2010-11-30 06:50, PtitBleu wrote:
I *think* that you want

  xyplot(bbb ~ aaa | fff, groups = ddd, col = c("red", "blue"))

but maybe this

  xyplot(bbb ~ aaa | ddd * fff)

Peter Ehlers