vartree2 | R Documentation |
Function for Generating Tree Summaries of Variables.
vartree2(
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"
)
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 | ||||
# example will be added
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.