Last chance! 50% off unlimited learning
Sale ends in
disstree2dot(tree, filename, digits = 3,
imagefunc = NULL, imagedata = NULL, imgLeafOnly = FALSE,
devicefunc = "jpeg", imageext = "jpg", device.arg = list(),
use.title = TRUE, label.loc = "main", node.loc = "main",
split.loc = "sub", title.cex = 1, ...)
disstree2dotp(tree, filename,
imagedata=NULL, imgLeafOnly=FALSE,
imagefunc=plot, ...)
data.frame
that will be passed to imagefunc
, see details.TRUE
, only terminal node will be plotted."jpeg"
by default.devicefunc
.TRUE
, node information will be printed using title
command, see details.title
for possible values.title
for possible values.title
for possible values.cex
applied to all calls to title
(see use.title
).imagefunc
.setwd
).imagefunc
passing the selected lines of imagedata
if
present or otherwise a list of indexes (of individuals belonging to a
node).
if use.title
is TRUE
, imagefunc
should take care
to leave enough space for the title.
disstree2dotp
is a simplified interface of
disstree2dot
. These functions are intended to be generic. See
seqtree2dot
for an even simpler version for state
sequences objects.disstree
for an example.