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.

20 lines
656 B

#' @title state_coords
#' @description simple coordinates for states to use in a 'statebin' plot
#' \itemize{
#' \item \code{abbrev}. state abbreviation, including \code{DC} (chr)
#' \item \code{state}. capitalized state name (chr)
#' \item \code{col}. colum where it fits (12x8 grid) (chr)
#' \item \code{row}. row where it fits (12x8 grid) (chr)
#' }
#'
#' @docType data
#' @keywords datasets
#' @name state_coords
#' @seealso \itemize{
#' \item WaPo - \url{http://www.washingtonpost.com/wp-srv/special/business/states-most-threatened-by-trade/}
#' }
#' @note Last updated 2014-08-25
#' @format A data frame with 51 rows and 4 variables
NULL