alaska {COZIGAM}R Documentation

Alaska Peninsula Coastline

Description

The coastline of the Alaska Peninsula.

Usage

data(alaska)

Format

A data frame with 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)
plot(alaska$lon,alaska$lat,type="l",col="green")

[Package COZIGAM version 2.0-1 Index]