alaska {COZIGAM} | R Documentation |
The coastline of the Alaska Peninsula.
data(alaska)
A data frame with the following 2 variables.
This data frame can be used to draw the coastline of the Alaska peninsula. See example below.
Hai Liu and Kung-Sik Chan
data(alaska) plot(alaska$lon,alaska$lat,type="l",col="green")