create_dots: Generate dataframe with locations of dots representing people...

View source: R/sample_people.R

create_dotsR Documentation

Generate dataframe with locations of dots representing people on map

Description

Generate dataframe with locations of dots representing people on map

Usage

create_dots(data, num_people = 100)

Arguments

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

Examples

## Not run: 
create_dots(filter_data_wide(get_data_wide(), "New York", "Madison"))

## End(Not run)

rporta23/censusviz documentation built on March 4, 2024, 10:01 p.m.