Markus Preisetanz
2006-Feb-16 10:03 UTC
[R] scatterplot3d: how to show scatterpoints in 2D-space with color as 3rd dimension?
Dear Colleagues: I have 3 numeric variables (say x, y, z) in a data.frame and want to draw a 2D-scatterplot with the 3rd dimension as color, if possible without having to convert the whole thing to an appropiate matrix for image() manually. Can e.g. scatterplot3d do something like this? There's a function xyz.convert, but I couldn't find the way to use it properly. Sincerly, ___________________ Markus Preisetanz Consultant Client Vela GmbH Albert-Roßhaupter-Str. 32 81369 München fon: +49 (0) 89 742 17-113 fax: +49 (0) 89 742 17-150 mailto:markus.preisetanz@clientvela.com <mailto:markus.preisetanz@clientvela.com> Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser E-Mail ist nicht gestattet. This e-mail may contain confidential and/or privileged infor...{{dropped}}
Robin Hankin
2006-Feb-16 10:10 UTC
[R] scatterplot3d: how to show scatterpoints in 2D-space with color as 3rd dimension?
Hi p3d() of the onion package does this. best wishes Robin On 16 Feb 2006, at 10:03, Markus Preisetanz wrote:> Dear Colleagues: > > > > I have 3 numeric variables (say x, y, z) in a data.frame and want > to draw a 2D-scatterplot with the 3rd dimension as color, if > possible without having to convert the whole thing to an appropiate > matrix for image() manually. > > > > Can e.g. scatterplot3d do something like this? There's a function > xyz.convert, but I couldn't find the way to use it properly. > > > > Sincerly, > > > > ___________________ > > Markus Preisetanz > > Consultant > > > > Client Vela GmbH > > Albert-Ro??haupter-Str. 32 > > 81369 M??nchen > > fon: +49 (0) 89 742 17-113 > > fax: +49 (0) 89 742 17-150 > > mailto:markus.preisetanz at clientvela.com > <mailto:markus.preisetanz at clientvela.com> > > > > Diese E-Mail enth??lt vertrauliche und/oder rechtlich gesch??tzte > Informationen. Wenn Sie nicht der richtige Adressat sind oder diese > E-Mail irrt??mlich erhalten haben, informieren Sie bitte sofort den > Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren > sowie die unbefugte Weitergabe dieser E-Mail ist nicht gestattet. > > This e-mail may contain confidential and/or privileged infor... > {{dropped}} > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting- > guide.html-- Robin Hankin Uncertainty Analyst National Oceanography Centre, Southampton European Way, Southampton SO14 3ZH, UK tel 023-8059-7743
Possibly Parallel Threads
- aggregate data.frame using column-specific functions
- AID / Tree Analysis in R
- Adding dimnames to image()
- cluster analysis: "error in vector("double", length): given vector size is too big {Fehler in vector("double", length) : angegebene Vektorgröße ist zu groß}
- CPU Usage with R 2.1.0 in Windows (and with R 2.3.1)