plot.FuzzySupplementary {FuzzyPovertyR}R Documentation

The plot of a FuzzySupplementary object

Description

plot method for class "FuzzySupplementary"

Usage

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

Arguments

x

An object of class "FuzzySupplementary"

...

Additional options

Value

The plot

Examples


#This example is based on the dataset eusilc included in the package
#The plot of the FS index is compute with breakdown and using an HCR = 0.12

FS <- fs_construct_all(data = eusilc[,4:23], weight = eusilc$DB090, # step 2
                       dimensions = c(1,1,1,1,2,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5), # step 3
                       rho = NULL, # steps 4 and 5
                       HCR = .12, # step 6
                       breakdown = eusilc$db040) # step 7 with breakdowns
plot(FS)

[Package FuzzyPovertyR version 2.1.0 Index]