Function for Generating Tree Summaries of Variables.
Usage
vartree(
data,
vars,
percvar,
percvarLevel,
summaryvar,
prunebelow,
pruneLevel1,
pruneLevel2,
follow,
followLevel1,
followLevel2,
excl = FALSE,
vp = TRUE,
horizontal = FALSE,
sline = TRUE,
varnames = FALSE,
nodelabel = TRUE,
pct = FALSE,
showcount = TRUE,
legend = FALSE,
pattern = FALSE,
sequence = FALSE,
ptable = FALSE,
mytitle = "",
useprunesmaller = FALSE,
prunesmaller = 5,
summarylocation = "leafonly"
)
Arguments
- data
The data as a data frame.
- vars
.
- percvar
.
- percvarLevel
.
- summaryvar
.
- prunebelow
.
- pruneLevel1
.
- pruneLevel2
.
- follow
.
- followLevel1
.
- followLevel2
.
- excl
.
- vp
.
- horizontal
.
- sline
.
- varnames
.
- nodelabel
.
- pct
.
- showcount
.
- legend
.
- pattern
.
- sequence
.
- ptable
.
- mytitle
.
- useprunesmaller
.
- prunesmaller
.
- summarylocation
.