plotboruta: plot Boruta top 10 features

Description Usage Arguments Value

View source: R/utils.R

Description

plot Boruta top 10 features

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
plotboruta(
  x,
  colCode = c("green", "yellow", "red", "blue"),
  sort = TRUE,
  whichShadow = c(TRUE, TRUE, TRUE),
  col = NULL,
  xlab = "Attributes",
  ylab = "Importance",
  ...
)

Arguments

x

Boruta object

Value

Plot top 10 features of a Boruta object


sbenfatto/PARIS documentation built on March 21, 2021, 4:39 a.m.