plot: Plot wellber object

Description Usage Arguments Value See Also Examples

View source: R/plot_wellber.R

Description

Plot wellber object

Usage

1
plot(obj, ind_class, ...)

Arguments

obj

An object of class wellber output from selector

ind_class

A flag to indicate whether to plot the indicator or indicator class data

...

Other arguments to plot

Value

Nothing is returned - plot is rendered

See Also

load.wellber, selector

Examples

1
2
3
4
5
data_object = load.wellber()
subset_data = selector(data_object, country = 'Chile',
qual_ind = 'Housing expenditure', samp_type = 'Total', wind_size = 'Small')
plot(subset_data, ind_class = 0)
plot(subset_data, ind_class = 1)

jovard/wellber documentation built on May 20, 2019, 5:43 p.m.