Learn R Programming

FuzzyPovertyR (version 3.0.2)

plot.FuzzyMonetary: The plot of a FuzzyMonetary object

Description

plot method for class "FuzzyMonetary"

Usage

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

Value

The plot

Arguments

x

An object of class "FuzzyMonetary"

...

Additional options

Examples

Run this code

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

Run the code above in your browser using DataLab