darfunkel
2010-Nov-16 21:03 UTC
[Rd] Plotting an agnes tree with images instead of labels?
Hi, I'd like to plot a tree with images of molecular structures instead of labels (words). I think this is possible because someone who worked in my office before I arrived did this. However I'm not sure if this person made the image manually or plotted it only with R. Thanks in advance for your help. -- View this message in context: http://r.789695.n4.nabble.com/Plotting-an-agnes-tree-with-images-instead-of-labels-tp3045682p3045682.html Sent from the R devel mailing list archive at Nabble.com.
Greg Snow
2010-Nov-18 17:06 UTC
[Rd] Plotting an agnes tree with images instead of labels?
You could use the my.symbols function in the TeachingDemos package to add the structures to the plot (once you create the plot without the default labels and find the positions to plot them at ). -- Gregory (Greg) L. Snow Ph.D. Statistical Data Center Intermountain Healthcare greg.snow at imail.org 801.408.8111> -----Original Message----- > From: r-devel-bounces at r-project.org [mailto:r-devel-bounces at r- > project.org] On Behalf Of darfunkel > Sent: Tuesday, November 16, 2010 2:03 PM > To: r-devel at r-project.org > Subject: [Rd] Plotting an agnes tree with images instead of labels? > > > Hi, > > I'd like to plot a tree with images of molecular structures instead of > labels (words). I think this is possible because someone who worked in > my > office before I arrived did this. However I'm not sure if this person > made > the image manually or plotted it only with R. > > Thanks in advance for your help. > -- > View this message in context: http://r.789695.n4.nabble.com/Plotting- > an-agnes-tree-with-images-instead-of-labels-tp3045682p3045682.html > Sent from the R devel mailing list archive at Nabble.com. > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel
Bálint Czúcz
2010-Nov-24 08:02 UTC
[Rd] Plotting an agnes tree with images instead of labels?
Hi Darfunkel, It is not agnes, but similar plots can be achieved using ctree() and plot.BinaryTree() in package party. FWIW. B?lint -- B?lint Cz?cz Institute of Ecology and Botany of the Hungarian Academy of Sciences H-2163 V?cr?t?t, Alkotm?ny u. 2-4. HUNGARY Tel: +36 28 360122/137? +36 70 7034692 On Tue, Nov 16, 2010 at 22:03, darfunkel <diegosaldana87 at gmail.com> wrote:> > Hi, > > I'd like to plot a tree with images of molecular structures instead of > labels (words). I think this is possible because someone who worked in my > office before I arrived did this. However I'm not sure if this person made > the image manually or plotted it only with R. > > Thanks in advance for your help. > -- > View this message in context: http://r.789695.n4.nabble.com/Plotting-an-agnes-tree-with-images-instead-of-labels-tp3045682p3045682.html > Sent from the R devel mailing list archive at Nabble.com. > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel >