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"
)

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

.

Value

A results object containing:

results$todoa html
results$text1a html
results$text2a preformatted

Examples

if (FALSE) { # example will be added }