alaska {COZIGAM}R Documentation

Alaska Peninsula Coastline

Description

The coastline of the Alaska Peninsula.

Usage

data(alaska)

Format

A data frame with 2784 observations on the following 2 variables.

lat
A numeric vector: latitude
lon
A numeric vector: longitude

Details

This data frame can be used to draw the coastline of the Alaska peninsula. See example below.

Author(s)

Hai Liu and Kung-Sik Chan

Examples

data(alaska)
lon.min<--165
lon.max<--150
lat.min<-53
lat.max<-60
plot(alaska$lon,alaska$lat,type="l",col='green')

[Package COZIGAM version 1.0-1 Index]