plot_timeseries: Plot Time Series

Description Usage Arguments Value

Description

Plots a time series

Usage

1
2
plot_timeseries(data, y, x = "Year", ylab = y, xlab = x, from = 2008,
  to = 2013, color = "black")

Arguments

data

The first data to plot.

y

A string of the column to plot on the y-axis.

x

A string of the column to plot on the x-axis.

ylab

A string of the y-axis name.

xlab

A string of the x-axis name.

from

A count of the start year.

to

A count of the end year.

color

A string of the color.

Value

A ggplot2 object.


poissonconsulting/klexr documentation built on May 25, 2019, 10:25 a.m.