Fellow R users, I often use « text » to annotate plots in 2 dimensions. Having grown up to 3 dimensions recently, I am looking for a similar function. Could anyone provide code for how to annotate points in a 3-d plot? Your help is greatly appreciated. For Sébastien Velazquez. --------------------- Merci de répondre à cette adresse e-mail et à davidwevans1@gmail.com <mailto:davidwevans1@gmail.com> . Please reply both to this email address and to davidwevans1@gmail.com <mailto:davidwevans1@gmail.com> . [[alternative HTML version deleted]]
EVANS David-William wrote:> Fellow R users, > > > > I often use ? text ? to annotate plots in 2 dimensions. Having grown up to 3 dimensions recently, I am looking for a similar function. Could anyone provide code for how to annotate points in a 3-d plot?Depends on the framework you are using for your 3D stuff: Lattice, rgl, ... ? Uwe Ligges> > > > Your help is greatly appreciated. > > > > For S?bastien Velazquez. > > > > --------------------- > > Merci de r?pondre ? cette adresse e-mail et ? davidwevans1 at gmail.com <mailto:davidwevans1 at gmail.com> . > > Please reply both to this email address and to davidwevans1 at gmail.com <mailto:davidwevans1 at gmail.com> . > > > > > > > [[alternative HTML version deleted]] > > > > ------------------------------------------------------------------------ > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.
On 11/5/2008 10:59 AM, EVANS David-William wrote:> Fellow R users, > > > > I often use ? text ? to annotate plots in 2 dimensions. Having grown up to 3 dimensions recently, I am looking for a similar function. Could anyone provide code for how to annotate points in a 3-d plot?You need to describe how you are producing the 3d plot. The rgl package has text3d, but it's different in the scatterplot3d package or lattice. Duncan Murdoch> > > Your help is greatly appreciated. > > > > For S?bastien Velazquez. > > > > --------------------- > > Merci de r?pondre ? cette adresse e-mail et ? davidwevans1 at gmail.com <mailto:davidwevans1 at gmail.com> . > > Please reply both to this email address and to davidwevans1 at gmail.com <mailto:davidwevans1 at gmail.com> . > > > > > > > [[alternative HTML version deleted]] > > > > ------------------------------------------------------------------------ > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.