Skip to content
Prev 318792 / 398502 Next

different colors for two wireframe spheres

On Mar 5, 2013, at 3:28 AM, David Schellenberger Costa wrote:

            
You might try:

    wireframe(zzz ~ xx + yy, groups=gr, drape=TRUE )

Notice that in help(wireframe): Details you find a sentence:

"Note that this feature does not work with groups, subscripts, subset, etc. Conditioning variables are also not supported in this case."

 This sentence refers back to the paragraph beginning "For single panel plots, wireframe can also plot parametrized 3-D surfaces..."  that describes the method you are using to draw those spheres.
David Winsemius
Alameda, CA, USA