regressoR (version 1.1.7)

importance_plot_rf: importance_plot_rf

Description

graphs the importance of variables for the random forest model.

Usage

importance_plot_rf(model.rf, title.1, title.2)

Arguments

model.rf

a random forest model.

title.1

the title of the first chart.

title.2

the title of the second chart.

See Also

randomForest

Examples

Run this code
# NOT RUN {
library(randomForest)
x <- rf_model('iris', 'Petal.Length')
exe(x)
importance_plot_rf(modelo.rf, translate('impVarA'), translate('impVarRSS'))

# }

Run the code above in your browser using DataLab