plot.FuzzyMonetary: The plot of a FuzzyMonetary object

View source: R/plot_method.R

plot.FuzzyMonetaryR 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)

FuzzyPovertyR documentation built on Oct. 3, 2024, 5:06 p.m.