plotVarImpHeatmap: Plot mean variable importance over all model responses as...

Description Usage Arguments Details Value References See Also Examples

View source: R/plotVarImpHeatmap.R

Description

Plot mean variable importance over all model responses as heatmap

Usage

1
2
plotVarImpHeatmap(var_imp, xlab = "Variable", ylab = "Method",
  vis_range = "minmax")

Arguments

var_imp

The resulting variable importance data rame from var_imp

xlab

The x axis lable of the plot

ylab

The y axis lable of the plot

vis_range

Either "minmax" for a linear stretch over all values or a vector of length two with the numeric minimum and maximum value.

Details

NONE

Value

A list of heatmap visualizations with one visualization per response variable.

References

NONE

See Also

NONE

Examples

1
2
3
4
## Not run: 
#Not run

## End(Not run)

environmentalinformatics-marburg/gpm documentation built on July 11, 2020, 11:12 a.m.