scatPlot: Comparison of Composite Variables

Description Usage Arguments Details Author(s)

Description

Create a scatter plot of the composite variables

Usage

1
2
scatPlot(data, x, y, colour, key, highlight = NULL, xLab = NULL,
  yLab = NULL, discrete = TRUE)

Arguments

data

The employment data, see details for more information.

x

The variable to be plotted on the x-axis.

y

The variable to be plotted on the y-axis.

colour

The column to colour the points by.

key

The key for the tooltip.

highlight

A vector of Local Authority District names to highlight on the plot.

xLab

The x-axis label.

yLab

The y-axis label.

discrete

Logical. Whether the data are discrete or continuous.

Details

The data needs to contain measureA, measureB and the employment rate statistics.

Author(s)

Nathan Eastwood


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