plot.FuzzyMonetary {FuzzyPovertyR}R Documentation

The plot of a FuzzyMonetary object

Description

plot method for class "FuzzyMonetary"

Usage

## S3 method for class 'FuzzyMonetary'
plot(x, ...)

Arguments

x

An object of class "FuzzyMonetary"

...

Additional options

Value

The plot

Examples


#The following example is based on the dataset eusilc 
#included in the package. 


#fm = "verma"

index = fm_construct(predicate = eusilc$eq_income, weight = eusilc$DB090,
             fm = "verma", HCR = 0.154, ID = eusilc$ID)

plot(index)

[Package FuzzyPovertyR version 2.1.0 Index]