TexasCounty.center {geoCount}R Documentation

Data Set of Texas County Centers

Description

This data set contains the locations of centers for all Texas countries.

Usage

data(TexasCounty_center)

Value

A data.frame with 254 observations and 3 variables.

Author(s)

Liang Jing ljing918@gmail.com

See Also

TexasCounty.boundary, TexasCounty.population.

Examples

## Not run: 
data(TexasCounty_center)
str(TexasCounty.center)
plotDataBD(TexasCounty.boundary)
points(TexasCounty.center[,2:3], col=2, pch=3)

## End(Not run)

[Package geoCount version 1.150120 Index]