dist_pop_to_pixels: Distribute population to pixels at the highest zoom level

View source: R/sample_pop_to_pixels.R

dist_pop_to_pixelsR Documentation

Distribute population to pixels at the highest zoom level

Description

Distribute population to pixels at the highest zoom level

Usage

dist_pop_to_pixels(dm, i = NULL, j = NULL, logfile = NULL,
  bound = TRUE)

Arguments

dm

dotmap_info object

i

tile row. If NULL (default) all rows are processed

j

tile column. If NULL (default) all columns are processed

logfile

logfile

bound

logical value that determines whether all dots should be assigned to pixels, even though there are not enough pixels. TRUE means that the number of dots that are samples is bounded by the number of pixels.


mtennekes/dotmap documentation built on Aug. 24, 2023, 3:40 a.m.