Learn R Programming

geoCount (version 1.150120)

TexasCounty.center: Data Set of Texas County Centers

Description

This data set contains the locations of centers for all Texas countries.

Usage

data(TexasCounty_center)

Arguments

Value

A data.frame with 254 observations and 3 variables.

See Also

TexasCounty.boundary, TexasCounty.population.

Examples

Run this code
## Not run: 
# data(TexasCounty_center)
# str(TexasCounty.center)
# plotDataBD(TexasCounty.boundary)
# points(TexasCounty.center[,2:3], col=2, pch=3)
# ## End(Not run)

Run the code above in your browser using DataLab