View source: R/testpoints_block2010.R
testpoints_block2010 | R Documentation |
Note the 2010 version of this is not optimized for speed- it can take 30 seconds to pick just 1,000 points if pop wtd. May recode this to allow wts to be pop (using blocks.pop), or area (using blocks.area), or none (no weight).
testpoints_block2010(size, popwtd = TRUE)
size |
number of unique test points needed (no duplicates will be returned) |
popwtd |
default is TRUE, and pop weighted block points represent where the avg US resident lives. If FALSE, unweighted, so each block has equal chance of being selected. |
This is probably obsolete at this point.
data.frame with columns lon and lat, in decimal degrees
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.