testpoints_block2020: Get lat lon pop and area for random US census blocks (where...

View source: R/testpoints_block2020.R

testpoints_block2020R Documentation

Get lat lon pop and area for random US census blocks (where avg person lives or other weighting)

Description

Get lat lon pop and area for random US census blocks (where avg person lives or other weighting)

Usage

testpoints_block2020(size, weighting = "area")

Arguments

size

number of unique test points needed (no duplicates will be returned)

weighting

is "people" for average resident; or "block" for average census block, or "area" for average square meter If FALSE, unweighted, so each block has equal chance of being selected.

Value

data.frame with columns lon and lat, in decimal degrees, and area and pop count


ejanalysis/proxistat documentation built on April 2, 2024, 10:13 a.m.