See as.character
for more details.
# S4 method for FuzzyNumber
show(object)
a fuzzy number
Does not return anything interesting.
The method as.character
is called on given fuzzy number
object with default arguments.
The results are printed on stdout
.
Other FuzzyNumber-method:
Arithmetic
,
Extract
,
FuzzyNumber-class
,
FuzzyNumber
,
alphaInterval()
,
alphacut()
,
ambiguity()
,
as.FuzzyNumber()
,
as.PiecewiseLinearFuzzyNumber()
,
as.PowerFuzzyNumber()
,
as.TrapezoidalFuzzyNumber()
,
as.character()
,
core()
,
distance()
,
evaluate()
,
expectedInterval()
,
expectedValue()
,
integrateAlpha()
,
piecewiseLinearApproximation()
,
plot()
,
supp()
,
trapezoidalApproximation()
,
value()
,
weightedExpectedValue()
,
width()