Displaying 1 result from an estimated 1 matches for "344c344".
2004 Mar 12
1
plot.dendrogram and expressions
...rc/R/src/library/stats/R/dendrogram.R
317c317
< text(xBot, yBot + vln, attr(child,"label"))
---
> text(xBot, yBot + vln, nodeText)
337c337
< text(mx, my, attr(child, "edgetext"))
---
> text(mx, my, edgeText)
344c344
< text(xBot, my, attr(child, "edgetext"))
---
> text(xBot, my, edgeText)
and one could use expressions for plotting symbols.
Best,
Torsten