Description Usage Arguments Value
This function takes in data and produces a line graph of variables by periods, grouped by neighborhood category or race.
1 2 3 4 5 6 7 8 9 10 11 |
dat |
Data with a columns containing variable of interest, character periods variable ("periods"), and grouping variable ("cat"). |
var |
Name of variable to plot. |
y_title |
Title to display along y-axis. |
group |
Category for color grouping: "race" (default), "ethnoracial", "income", "gent" |
facet_label |
T if user has facetting variable "facet_label" |
save |
T if user would like to return plot object and save file, F (default) to just return object. |
savename |
File name of map for saving. |
caption |
Caption for figure |
Line graph of variable by periods, grouped by race, ethnoracial, income, or gentrification category.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.