View source: R/sample_people.R
create_dots | R Documentation |
Generate dataframe with locations of dots representing people on map
create_dots(data, num_people = 100)
data |
A dataframe containing shapefiles to plot census tract boundaries for each year, output of filter_data_wide function |
num_people |
number of individuals that each dot represents |
## Not run:
create_dots(filter_data_wide(get_data_wide(), "New York", "Madison"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.