projectionCylindricalEqualArea: projects lat and long coordinates to x and y with cylindrical...

View source: R/csgfix.r

projectionCylindricalEqualAreaR Documentation

projects lat and long coordinates to x and y with cylindrical equal area projection

Description

projects lat and long coordinates to x and y with cylindrical equal area projection

Usage

projectionCylindricalEqualArea(
  lat,
  long,
  type = NULL,
  standardlat = 0,
  standardlong = 0
)

Arguments

standardlong

standardlat: numeric, parameters for the projection

lat:

numeric vector, latitude (lat and long should be the same length)

long:

numeric vector, longitude

type:

character, NULL to use your own parameters, or the name of a preset ("lambert","behrmann","gall",...)


StevenRunyon/csgfix documentation built on March 31, 2024, 5:36 a.m.