plot.FuzzyMonetary | R Documentation |
plot method for class "FuzzyMonetary"
## S3 method for class 'FuzzyMonetary'
plot(x, ...)
x |
An object of class "FuzzyMonetary" |
... |
Additional options |
The plot
#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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.