PA.map {iL04}R Documentation

Map of the state of Pennsylvania

Description

This data set defines the borders of the state of Pennsylvania, represented as a polygon of longitude and latitude coordinates.

Usage

data(PA.map)

Format

A two-column matrix.

References

RuG/L04 - software for dialectometrics and cartography: http://www.let.rug.nl/~kleiweg/L04/

See Also

PA, PA.coo, mean.asp

Examples

data(PA.map)
asp <- mean.asp(PA.map[, 2])
plot(PA.map, type = "l", asp = asp, main = "Pennsylvania, USA",
     xlab = "longitude", ylab = "latitude")

[Package iL04 version 1.15 Index]