Learn R Programming

rmweather (version 0.2.62)

rmw_plot_importance: Function to plot random forest variable importances after training by rmw_train_model.

Description

Function to plot random forest variable importances after training by rmw_train_model.

Usage

rmw_plot_importance(df, colour = "black")

Value

ggplot2 plot with point and segment geometries.

Arguments

df

Data frame created by rmw_model_importance.

colour

Colour of point and segment geometries.

Author

Stuart K. Grange

See Also

rmw_train_model, rmw_model_importance