us_aeqd_proj: Oblique azimuthal equidistant convenience projection

Description Usage Format Details See Also Examples

Description

Distance correct along any line passing through the center of the map (i.e., great circle)

Usage

1

Format

An object of class character of length 1.

Details

The following PROJ.4 string is used: +proj=aeqd +lat_0=40.08355112574181 +lon_0=-95.44921875

In a ggplot2+ggalt context, you can just use variable name as the value for the proj parameter to ggalt::coord_proj(). i.e. coord_proj(us_aeqd_proj).

See Also

Other convenience projections: us_eqdc_proj, us_laea_proj, us_lcc_proj

Examples

1
2
3
4
us <- usa_composite()
us <- sp::spTransform(us, sp::CRS(us_aeqd_proj))
us <- usa_composite(proj="aeqd")
counties <- counties_composite("aeqd")

hrbrmstr/albersusa documentation built on March 16, 2020, 1:19 a.m.