alaska {COZIGAM} | R Documentation |
The coastline of the Alaska Peninsula.
data(alaska)
A data frame with 2784 observations on 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) lon.min<--165 lon.max<--150 lat.min<-53 lat.max<-60 plot(alaska$lon,alaska$lat,type="l",col='green')