Description Usage Arguments Value Examples
Plot a FuzzyDouble object with ggplot2
| 1 2 3 | ## S3 method for class 'FuzzyDouble'
autoplot(object, xlab = "x", ylab = "Double", ...,
  LineCol = "red")
 | 
| object | The  | 
| xlab | The X-axis label | 
| ylab | The Y-axis label | 
| ... | Extra parameters passed to  | 
| LineCol | The color of the line representing $y=2x$ | 
A ggplot object.
| 1 | autoplot(FuzzyDouble(1:10))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.