You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
967 B

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/proj.r
\docType{data}
\name{us_eqdc_proj}
\alias{us_eqdc_proj}
\title{Equidistant conic convenience projection}
\format{An object of class \code{character} of length 1.}
\usage{
us_eqdc_proj
}
\description{
Distance correct along meridians
}
\details{
The following PROJ.4 string is used: \code{+proj=eqdc +lat_1=27.11637320883929 +lat_2=53.050729042644335 +lon_0=-95.44921875}
In a ggplot2+ggalt context, you can just use variable name as the value for the \code{proj}
parameter to \code{ggalt::coord_proj()}. i.e. \code{coord_proj(us_eqdc_proj)}.
}
\examples{
us <- usa_composite()
us <- sp::spTransform(us, sp::CRS(us_eqdc_proj))
us <- usa_composite(proj="eqdc")
counties <- counties_composite("eqdc")
}
\seealso{
Other convenience projections: \code{\link{us_aeqd_proj}},
\code{\link{us_laea_proj}}, \code{\link{us_lcc_proj}}
}
\concept{convenience projections}
\keyword{datasets}