plot.slise_2d | R Documentation |
Plot the robust regression or explanation from slise in 2D
## S3 method for class 'slise_2d'
plot(slise, title = NULL, labels = NULL, partial = FALSE, size = 2, ...)
slise |
The slise object |
title |
The title of the plot (may include a '%s', which will be replaced by the prediction) |
labels |
The axis labels (default: c("X", "Y") or c("x", "f(x)")) |
partial |
Should the raw ggplot2 objects be returned instead of directly plotting (default: FALSE) |
size |
The size of the plot elements (default: 2) |
... |
Ignored parameters |
ggplot object or plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.