plotTexas: Plot Texas Counties

Description Usage Arguments Details Author(s) Examples

Description

This function plot all the 254 Texas counties.

Usage

1
plotTexas(TexasCounty.boundary, ind.col = sample(2:5, 254, replace=T))

Arguments

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

Details

This function uses polygon function to draw the boundaries.

Author(s)

Liang Jing ljing918@gmail.com

Examples

1
2
3
4
5
## Not run: 
data(TexasCounty_boundary)
plotTexas(TexasCounty.boundary)

## End(Not run)

geoCount documentation built on May 2, 2019, 12:38 a.m.

Related to plotTexas in geoCount...