autoplot.FuzzyDouble: Plot FuzzyDouble

Description Usage Arguments Value Examples

Description

Plot a FuzzyDouble object with ggplot2

Usage

1
2
3
## S3 method for class 'FuzzyDouble'
autoplot(object, xlab = "x", ylab = "Double", ...,
  LineCol = "red")

Arguments

object

The FuzzyDouble object

xlab

The X-axis label

ylab

The Y-axis label

...

Extra parameters passed to autoplot

LineCol

The color of the line representing $y=2x$

Value

A ggplot object.

Examples

1
autoplot(FuzzyDouble(1:10))

nlxbach/test_formation documentation built on May 14, 2019, 4:04 a.m.