rmw_plot_importance {rmweather}R Documentation

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

Arguments

df

Data frame created by rmw_model_importance.

colour

Colour of point and segment geometries.

Value

ggplot2 plot with point and segment geometries.

Author(s)

Stuart K. Grange

See Also

rmw_train_model, rmw_model_importance


[Package rmweather version 0.2.5 Index]