plot.VI: Plots the variable importance measures. Requires an input of...

Description Usage Arguments Value

View source: R/plot.VI.R

Description

Plots the variable importance measures. Requires an input of a variable importance object created from the function Variable.Importance.ITR.

Usage

1
2
## S3 method for class 'VI'
plot(VI, filename = NULL, horizontal = T, rain.bow = T)

Arguments

VI

variable importance object from Variable.Importance.ITR. Required input.

filename

name of destination file. Defaults to NULL.

horizontal

barplot horizontal? Defaults to TRUE.

rain.bow

controls color scheme for output graphic. Defaults to TRUE.

Value

barplot of variable importance measures


jinjinzhou/ITR.Tree documentation built on May 19, 2019, 10:36 a.m.