make.proj: Make Map Projection

View source: R/map.misc.R

make.projR Documentation

Make Map Projection

Description

Make Map Projection

Usage

make.proj(projection = NULL, lat = NULL, lon = NULL, h = NULL, dlat = 10)

Arguments

projection

A string or number corresponding to a base projection (e.g. 1 = 'merc')

lat

the primary latitude for the projection, may or may not be applicable based on projection

lon

same as lat for longitude

h

The viewing height in meters (used only for some projections)

dlat

The distance to the secondary latitude (in degrees). Only applicable to some projections

Author(s)

Thomas Bryce Kelly


tbrycekelly/TheSource documentation built on Nov. 7, 2023, 12:48 a.m.