lonlat2planar: lonlat2planar

lonlat2planarR Documentation

lonlat2planar

Description

convert lon/lat to a projected surface using proj proj.type can be an internal code such as "utm20" or a proj4 argument output scale is defined in the +units=km (default for bio) or +units=m (default for proj)

Usage

lonlat2planar(
  x,
  proj.type,
  input_names = c("lon", "lat"),
  newnames = c("plon", "plat")
)

Arguments

x

= undocumented

proj.type

= undocumented

input_names

= undocumented

newnames

= undocumented


BradHubley/SpatialHub documentation built on April 6, 2024, 4:43 p.m.