TexasCounty.center: Data Set of Texas County Centers

Description Usage Value Author(s) See Also Examples

Description

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

Usage

1
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

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

## End(Not run)

geoCount documentation built on May 2, 2019, 5:46 p.m.