Skip to contents

Plots the coefficients of subset of features in the models where they are found

Usage

plotFeatureModelCoeffs(
  feat.model.coeffs,
  topdown = TRUE,
  main = "",
  col = c("deepskyblue1", "white", "firebrick1"),
  vertical.label = TRUE
)

Arguments

feat.model.coeffs:

feature vs. model coeffient table

topdown:

showing features from top-down or the other way around (default:TRUE)

main:

main title (default:none)

col:

colors to be used for the coeffients (default: -1 = deepskyblue1, 0 = white, 1 = firebrick1)

vertical.label:

wether the x-axis labels should be vertical or not (default:TRUE)

Value

a ggplot object