| plot.slise_bar | R Documentation | 
Plot the robust regression or explanation from slise as bar plots
## S3 method for class 'slise_bar'
plot(
  slise,
  title = NULL,
  labels = c("Low", "High"),
  partial = FALSE,
  size = 8,
  ...
)
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"))  | 
partial | 
 Should the raw ggplot2 objects be returned instead of directly plotting (default: FALSE)  | 
size | 
 The size of the segments (default: 8)  | 
... | 
 Ignored parameters  | 
List of ggplot objects or plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.