projectionEquidistantConic | R Documentation |
projects lat and long coordinates to x and y with equidistant conic (simple conic) projection
projectionEquidistantConic(
lat,
long,
type = NULL,
reflat = 0,
reflong = 0,
sp1 = 20,
sp2 = 60
)
reflat |
reflong, sp1, sp2: numeric, parameters for the projection (reflat and reflong are reference latitude and longitude (origin), sp1 and sp2 are standard parallels) |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.