show {FuzzyNumbers} | R Documentation |
Print Basic Information on a Fuzzy Number
Description
See as.character
for more details.
Usage
## S4 method for signature 'FuzzyNumber'
show(object)
Arguments
object |
a fuzzy number |
Details
The method as.character
is called on given fuzzy number
object with default arguments.
The results are printed on stdout
.
Value
Does not return anything interesting.
See Also
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()
[Package FuzzyNumbers version 0.4-7 Index]