plotVarImp: Bar plot of variable importances.

Description Usage Arguments Value

View source: R/PlotsModel.r

Description

Bar plot of variable importances.

Usage

1
2
plotVarImp(name, importance, numVars = 25, responseOrder = NULL,
  xlabel = "Variable Importance")

Arguments

name

names of variables (sorted by order of plot, high to low)

importance

of variables (sorted by order of plot, high to low)

numVars

the total number of variables to plot (default=25)

responseOrder

the order of responses if multinomial

Value

plot


wtcooper/vizrd documentation built on May 4, 2019, noon