TexasCounty.boundary: Data Set of Texas County Boundries

Description Usage Value Author(s) See Also Examples

Description

This data set contains the boundary information for all Texas countries.

Usage

1
data(TexasCounty_boundary)

Value

A list with 254 elements each of which contains the boundary information for one county.

Author(s)

Liang Jing ljing918@gmail.com

See Also

plotData, TexasCounty.center, TexasCounty.population.

Examples

1
2
3
4
5
6
7
## Not run: 
data(TexasCounty_boundary)
length(TexasCounty.boundary); names(TexasCounty.boundary)
plotData(bdry = TexasCounty.boundary, xlab = "Longitude", ylab = "Latitude")
text(TexasCounty.center[,2:3], names(TexasCounty.boundary), cex=0.4)

## End(Not run)

geoCount documentation built on May 2, 2019, 12:38 a.m.