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.'
}

Try the geomander package in your browser

Any scripts or data that you put into this service are public.

geomander documentation built on April 16, 2023, 5:18 p.m.