projectionCylindricalEqualArea | R Documentation |
projects lat and long coordinates to x and y with cylindrical equal area projection
projectionCylindricalEqualArea(
lat,
long,
type = NULL,
standardlat = 0,
standardlong = 0
)
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",...) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.