plotInfluence: Plot a GBM influence plot

View source: R/plotInfluence.R

plotInfluenceR Documentation

Plot a GBM influence plot

Description

Plot a GBM influence plot

Usage

plotInfluence(dw_model, col = "grey30", sort = TRUE)

Arguments

dw_model

Model object from running buildMod().

col

Colour to use to use to colour the bars. Alternatively, users can provide "var" which will colour each bar differently, or "mean" which will colour each bar by its mean relative variable influence.

sort

Sort the variables by their relative variable influences? Defaults to TRUE. FALSE displays them alphabetically.

Value

Plot

Author(s)

David Carslaw

See Also

Other deweather model plotting functions: plot2Way(), plotPD()


davidcarslaw/deweather documentation built on March 27, 2024, 8:18 a.m.