savedGraphs: Graphs I've made before v0.1.4

Description Usage Arguments See Also Examples

Description

This function plots with ggplot2

Usage

1
2
savedGraphs(class = "renters", x = "income", y = "consumption",
  year = 2004)

Arguments

class

Owner or renter? Defaults to owner.

x

What goes on the x-axis?

y

What goes on the y-axis?

year

What year do you want to see?

See Also

Other plot: createGraphs

Examples

1
2
3
savedGraphs('owners', 'income', 'consumption', 2005)
savedGraphs('renters','consumption',   'rent', 2013)
savedGraphs('renters','income',        'rent', 2010)

benyomin/censusFunctions documentation built on May 12, 2019, 3:03 p.m.