TexasCounty.boundary {geoCount}R Documentation

Data Set of Texas County Boundries

Description

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

Usage

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

## 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)

[Package geoCount version 1.150120 Index]