plot.slise | R Documentation |
Plot the robust regression or explanation from slise
## S3 method for class 'slise'
plot(x, type = NULL, title = NULL, ...)
x |
The slise object |
type |
The type of plot ("2D", "bar", "distribution", "mnist", "prediction", "wordcloud") |
title |
The title of the plot (may include a '%s', which will be replaced by the prediction) |
... |
Arguments passed on to
|
plot or ggplot2 objects
X <- matrix(rnorm(30), 30, 1)
Y <- runif(30, 0, 1)
plot(slise.fit(X, Y, epsilon = 0.1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.