Skip to contents

Plot the robust regression or explanation from slise as a wordcloud

Usage

# S3 method for slise_wordcloud
plot(
  slise,
  title = NULL,
  labels = c("Low", "High"),
  treshold = 1e-08,
  local = TRUE,
  ...
)

Arguments

slise

The slise object

title

The title of the plot (may include a `%s`, which will be replaced by the prediction)

labels

The class labels (vector with two strings: c(y_low, y_high), default: c("Low", "High"))

treshold

Treshold for ignored value (default: 1e-8)

local

Only display the words relevant for the explained item (default: TRUE)

...

Ignored parameters

Value

plot