Skip to content
Prev 69625 / 398525 Next

modifications to text.tree function

Is this from package tree?  If so treeco is in the namespace but not
exported.
[1] "cv.tree"            "data.tree"          "descendants"
 [4] "deviance.tree"      "labels.tree"        "misclass.tree"
 [7] "model.frame.tree"   "na.tree.replace"    "node.match"
[10] "partition.tree"     "plot.tree"          "plot.tree.sequence"
[13] "pred1.tree"         "predict.tree"       "print.summary.tree"
[16] "print.tree"         "prune.misclass"     "prune.tree"
[19] "residuals.tree"     "snip.tree"          "summary.tree"
[22] "text.tree"          "tile.tree"          "tree"
[25] "tree.control"       "tree.depth"         "tree.matrix"
[28] "tree.screens"       "treeco"             "treepl"

so try e.g. tree:::treeco.
On Thu, 12 May 2005, Alexander Sirotkin wrote: