alaska                package:COZIGAM                R Documentation

_A_l_a_s_k_a _P_e_n_i_n_s_u_l_a _C_o_a_s_t_l_i_n_e

_D_e_s_c_r_i_p_t_i_o_n:

     The coastline of the Alaska Peninsula.

_U_s_a_g_e:

     data(alaska)

_F_o_r_m_a_t:

     A data frame with the following 2 variables.

     '_l_a_t' A numeric vector: latitude

     '_l_o_n' A numeric vector: longitude

_D_e_t_a_i_l_s:

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

_A_u_t_h_o_r(_s):

     Hai Liu and Kung-Sik Chan

_E_x_a_m_p_l_e_s:

     data(alaska)
     plot(alaska$lon,alaska$lat,type="l",col="green")

