Function for Generating Tree Summaries of Variables.
vartree( data, vars, percvar, percvarLevel, summaryvar, prunebelow, pruneLevel1, pruneLevel2, follow, followLevel1, followLevel2, excl = TRUE, 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" )
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 | . |
A results object containing:
results$todo | a html | ||||
results$text1 | a html | ||||
results$text2 | a preformatted |
if (FALSE) { # example will be added }