Re: [R] different colors for two wireframes in same plot

2007-09-28 Thread deepayan . sarkar
:19 +0200 > > Von: "Frede Aakmann Tøgersen" <[EMAIL PROTECTED]> > > An: "marcg" <[EMAIL PROTECTED]>, [EMAIL PROTECTED] > > Betreff: SV: [R] different colors for two wireframes in same plot > > > You can obtain some transparency setting the al

[R] different colors for two wireframes in same plot

2007-09-27 Thread marcg
help marc Original-Nachricht > Datum: Thu, 27 Sep 2007 11:29:19 +0200 > Von: "Frede Aakmann Tøgersen" <[EMAIL PROTECTED]> > An: "marcg" <[EMAIL PROTECTED]>, [EMAIL PROTECTED] > Betreff: SV: [R] different colors for two wireframes in sa

Re: [R] different colors for two wireframes in same plot

2007-09-27 Thread Prof Brian Ripley
7. september 2007 09:22 Til: [EMAIL PROTECTED] Emne: [R] different colors for two wireframes in same plot Hello R, According to: g <- expand.grid(x = 1:10, y = 5:15, gr = 1:2) g$z <- log((g$x^g$g + g$y^2) * g$gr) wireframe(z ~ x * y, data = g, groups = gr, scales = list(arrows = FALSE)

Re: [R] different colors for two wireframes in same plot

2007-09-27 Thread marcg
help marc Original-Nachricht > Datum: Thu, 27 Sep 2007 11:29:19 +0200 > Von: "Frede Aakmann Tøgersen" <[EMAIL PROTECTED]> > An: "marcg" <[EMAIL PROTECTED]>, [EMAIL PROTECTED] > Betreff: SV: [R] different colors for two wireframes in sa

Re: [R] different colors for two wireframes in same plot

2007-09-27 Thread Frede Aakmann Tøgersen
regions" arguments. Does this suffice? Med venlig hilsen Frede Aakmann Tøgersen > -Oprindelig meddelelse- > Fra: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] På vegne af marcg > Sendt: 27. september 2007 09:22 > Til: [EMAIL PROTECTED] > Emne: [R] different c

[R] different colors for two wireframes in same plot

2007-09-27 Thread marcg
Hello R, According to: g <- expand.grid(x = 1:10, y = 5:15, gr = 1:2) g$z <- log((g$x^g$g + g$y^2) * g$gr) wireframe(z ~ x * y, data = g, groups = gr, scales = list(arrows = FALSE), drape = TRUE, colorkey = TRUE, screen = list(z = 30, x = -60)) i have two wireframes