R/data_state_center_raw.R

#' State center coordinates
#'
#' Extract from 2019 5-year ACS and manually moved some states
#'
#' @docType data
#'
#' @usage data("state_center_raw")
#'
#' @format A data.table with 51 rows and three variable:
#' \describe{
#'   \item{state}{postal code of state such as "CA" and "TX"}
#'   \item{lon}{longitude, directly from ACS data}
#'   \item{lat}{latitude, directly from ACS data}
#'   \item{lon1}{longitude, shift some states for text label}
#'   \item{lat1}{latitude, shift some states for text label}
#'   \item{lon2}{longitude, shift some states for line label}
#'   \item{lat2}{latitude, shift some states for line label}
#' }
#'
#' @keywords datasets
#'
#'
#'
"state_center_raw"
GL-Li/mytoolbox documentation built on May 16, 2024, 4:29 p.m.