View source: R/HIPMasterSample.r
This function returns a bunch of polygons that represent the HIP splits of the population. It really just does HIP again and could be combined with doHIP in the future with just the "boxes" added and create Polygon = TRUE or something. For now it's separate since it's plenty fast.
1 | getHIPBoxes(hip, bb, n)
|
hip |
HIP Exported data.table. Requires certain columns. |
bb |
bounding box for this region. |
n |
Number of HIP boxes to make. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.