Description Usage Format Details See Also Examples
The following PROJ.4 string is used: +proj=laea +lat_0=45 +lon_0=-100 +x_0=0 +y_0=0 +a=6370997 +b=6370997 +units=m +no_defs
1 |
An object of class character
of length 1.
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_laea_proj)
.
Other convenience projections:
us_aeqd_proj
,
us_eqdc_proj
,
us_lcc_proj
1 2 3 4 | us <- usa_composite()
us <- sp::spTransform(us, sp::CRS(us_laea_proj))
us <- usa_composite(proj="laea")
counties <- counties_composite("laea")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.