ladBarChart: LAD Bar Chart

Description Usage Arguments Examples

Description

Create an ordered bar chart for a given statistic and highlight selected regions

Usage

1
ladBarChart(data, var, highlight = NULL)

Arguments

data

The data.

var

The statistic to plot.

highlight

The LADs to highlight. A vector.

Examples

1
2
3
4
## Not run: 
ladBarChart(emp, "measure_a", c("Cornwall", "Newport"))

## End(Not run)

datasciencecampus/employmentProspects documentation built on May 14, 2019, 7:46 p.m.