timeSeriesPlot: Time Series Plot

Description Usage Arguments Author(s) Examples

Description

Create a time series plot of employment statistics

Usage

1
timeSeriesPlot(data, x, y, color)

Arguments

data

The data to plot

x

The column to be plotted on the x-axis

y

The column to be plotted on the y-axis

color

The column to group the data by

Author(s)

Nathan Eastwood

Examples

1
timeSeriesPlot(empTime, x = "year", y = "val", color = "la_name")

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