View source: R/robustness_emp.R
plot.robber | R Documentation |
Plot function pour robber class
## S3 method for class 'robber'
plot(x, type = "function", add = FALSE, ...)
x |
An object of class robber |
type |
Type of the plot, just function |
add |
Whether it should be added to a previous ggplot |
... |
|
A ggplot2
object
data("hostparasite", package = "robber")
rob <- robustness_emp(hostparasite)
plot(rob)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.