Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

geoCount (version 1.150120)

plotTexas: Plot Texas Counties

Description

This function plot all the 254 Texas counties.

Usage

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.

Examples

Run this code
## Not run: 
# data(TexasCounty_boundary)
# plotTexas(TexasCounty.boundary)
# ## End(Not run)

Run the code above in your browser using DataLab