create_area_maps: Create area maps

View source: R/create_area_maps.R

create_area_mapsR Documentation

Create area maps

Description

Create maps of the available area at the resolution of specific zoom level, divided in tiles according to the arrangement of a lower zoom level.

Usage

create_area_maps(dm, i = NULL, j = NULL, primary = TRUE,
  logfile = NULL)

create_area_maps_sec(dm, i = NULL, j = NULL, primary = FALSE,
  logfile = NULL)

subtract_area_maps(dm, i = NULL, j = NULL, logfile = NULL)

Arguments

dm

dotmap_meta object

i

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

j

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

primary

plot primary areas ("area1"), or secundary ("area2")?

logfile

logfile


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