R/roxygen.R

Defines functions roxy_tolerance roxy_epsg

roxy_epsg <- function() {
  'numeric EPSG code to planarize to. Default is 3857.'
}

roxy_tolerance <- function() {
  'positive numeric tolerance to simplify by. Default is 0.01.'
}
christopherkenny/geomander documentation built on Feb. 18, 2024, 7:58 p.m.