Description Usage Arguments See Also Examples
This function plots with ggplot2
1 2 | savedGraphs(class = "renters", x = "income", y = "consumption",
year = 2004)
|
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? |
Other plot: createGraphs
1 2 3 | savedGraphs('owners', 'income', 'consumption', 2005)
savedGraphs('renters','consumption', 'rent', 2013)
savedGraphs('renters','income', 'rent', 2010)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.