state_boundaries_wgs84 {USA.state.boundaries} | R Documentation |
state_boundaries_wgs84 with sf read data
Description
A spatial polygons data frame containing a map of the USA based on the WGS84 datum projection.
Usage
state_boundaries_wgs84
Format
A sf/tbl_df/tbl/data.frame with 61 rows and 14 variables:
- NAME
character State or State equivalent name
- STATE_ABBR
character abbreviation for State or State equivalent
- STATE_FIPS
integer FIPS code for State or State equivalent
- ORDER_ADM
integer rank for order of States admitted to US
- MONTH_ADM
integer month when State admitted to US
- DAY_ADM
integer day of month when State admitted to US
- YEAR_ADM
integer year when State admitted to US
- TYPE
character area is land or water
- POP
integer population State or State equivalent in the 2010 Census
- SQ_MILES
numeric calculated area in square miles
- PRIM_MILES
numeric calculated perimeter of area in miles
- Shape_Leng
numeric shape length
- Shape_Area
numeric shape area
- Shape
sf shape information
[Package USA.state.boundaries version 1.0.1 Index]