autoplot.FuzzyDouble: Plot FuzzyDouble

Description Usage Arguments Value Examples

View source: R/f_Double.R

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))

StephaneKourou/projetTest documentation built on May 14, 2019, 3:09 a.m.