plot.slise_wordcloud | R Documentation |
Plot the robust regression or explanation from slise as a wordcloud
## S3 method for class 'slise_wordcloud'
plot(
slise,
title = NULL,
labels = c("Low", "High"),
treshold = 1e-08,
local = TRUE,
...
)
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 |
plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.