TexasCounty.boundary {geoCount} | R Documentation |
This data set contains the boundary information for all Texas countries.
data(TexasCounty_boundary)
A list with 254 elements each of which contains the boundary information for one county.
Liang Jing ljing918@gmail.com
plotData
, TexasCounty.center
, TexasCounty.population
.
## 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)