Learn R Programming

FuzzyPovertyR (version 3.0.2)

plot.FuzzySupplementary: The plot of a FuzzySupplementary object

Description

plot method for class "FuzzySupplementary"

Usage

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

Value

The plot

Arguments

x

An object of class "FuzzySupplementary"

...

Additional options

Examples

Run this code

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

Run the code above in your browser using DataLab