plotTFNs: Plotting Triangular Fuzzy Numbers

Description Usage Arguments See Also Examples

View source: R/plotTFNs.R

Description

The exported figure of function plotTFNs is a length(n) figures which are putted top of each other, where i-th figure shows the membership functions of TFNs in i-th population, for i=1,2,...,length(n).

Usage

1
plotTFNs(Data, means.in.plot = TRUE, col = "gray63", lwd = 2, lty = 1, xlim  )

Arguments

Data

a matrix with dim=c(n, 4) and FANOVA.Data format.

means.in.plot

a logical argument with default TRUE. If means.in.plot=TRUE, the membership function of the means of TFNs depicted in output figure for each population. Elsewhere, the membership function of the means of TFNs not plotted.

col

the color of lines in plot

lwd

the width of lines in plot

lty

the type of lines in plot

xlim

the limits of x-axis for plots

See Also

FuzzyNumbers

Examples

1
2
3
4
5
6
data(Data)


  plotTFNs(Data)
  plotTFNs(Data, means.in.plot=FALSE)
  plotTFNs(Data, col=2, xlim=c(0.8,4), lty=6)

ANOVA.TFNs documentation built on May 1, 2019, 9:14 p.m.