TexasCounty.center {geoCount} | R Documentation |
This data set contains the locations of centers for all Texas countries.
data(TexasCounty_center)
A data.frame with 254 observations and 3 variables.
Liang Jing ljing918@gmail.com
TexasCounty.boundary
, TexasCounty.population
.
## Not run: data(TexasCounty_center) str(TexasCounty.center) plotDataBD(TexasCounty.boundary) points(TexasCounty.center[,2:3], col=2, pch=3) ## End(Not run)