Learn R Programming

scanstatistics (version 0.1.0)

NM_geo: Longitude and latitude of New Mexico county seats.

Description

A dataset containing the longitude and latitude of the county seats of New Mexico, except for Cibola county.

Usage

NM_geo

Arguments

Format

A data table with 32 rows and 4 variables:

county

The name of the county. Of class character.

seat

The name of the county seat, i.e. the administrative center or seat of government. Of class factor with 32 levels.

long

The longitude of the county seat. Of class numeric.

lat

The latitude of the county seat. Of class numeric.