Learn R Programming

AtlasMaker (version 0.1.0)

counties_NY: counties_NY

Description

US Census polygon data for New York state counties accessed through the tigris R Package.

Arguments

Format

A spatial data frame with 62 rows and 7 variables:

STATEP

state's code

NAME

county name

INTPLAT

latitude

INTPTLON

longitude

ALAND

area of land, in square meters

AWATER

area of water, in square meters

geometry

polygon information

...