plot.slise_wordcloud: Plot the robust regression or explanation from slise as a...

View source: R/plot.R

plot.slise_wordcloudR Documentation

Plot the robust regression or explanation from slise as a wordcloud

Description

Plot the robust regression or explanation from slise as a wordcloud

Usage

## S3 method for class '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


edahelsinki/slise documentation built on Aug. 24, 2023, 11:03 p.m.