Learn R Programming

geoCount (version 1.150120)

TexasCounty.boundary: Data Set of Texas County Boundries

Description

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

Usage

data(TexasCounty_boundary)

Arguments

Value

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

See Also

plotData, TexasCounty.center, TexasCounty.population.

Examples

Run this code
## 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)

Run the code above in your browser using DataLab