View source: R/alternative_inclpr.R
calculate_PPS_hab_inlc_pr | R Documentation |
See for more information: https://www150.statcan.gc.ca/n1/en/pub/12-001-x/2011001/article/11450-eng.pdf?st=0oyBln55 or https://en.wikipedia.org/wiki/Probability-proportional-to-size_sampling
calculate_PPS_hab_inlc_pr(
land_hex,
hex_id = hex_id,
stratum_id = NULL,
quiet = FALSE
)
land_hex |
(Spatial) Data frame. Land Cover data by hexagon. If
non-spatial, will be converted to spatial sf data frame using the |
hex_id |
Column. Identifies hexagon IDs (e.g., default |
stratum_id |
Column. Identifies larger area (e.g., |
quiet |
Logical. Whether to suppress progress messages. |
# calculate_PPS_hab_inlc_pr(land_hex = psu_hexagons)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.