plotTexas {geoCount} | R Documentation |
This function plot all the 254 Texas counties.
plotTexas(TexasCounty.boundary, ind.col = sample(2:5, 254, replace=T))
TexasCounty.boundary |
a list containing the boundary data of Texas counties, see example for details |
ind.col |
a vector used for plotting parameter "col" to indicate the colors of counties |
This function uses polygon
function to draw the boundaries.
Liang Jing ljing918@gmail.com
## Not run: data(TexasCounty_boundary) plotTexas(TexasCounty.boundary) ## End(Not run)