plotPoints              package:RSurvey              R Documentation

_P_l_o_t _S_p_a_t_i_a_l _L_o_c_a_t_i_o_n_s _a_n_d _C_o_r_r_e_s_p_o_n_d_i_n_g _S_t_a_t_e _V_a_r_i_a_b_l_e

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

     Draw a scatter plot of spatial coordinates (x,y) and their
     associated state variable (z) values.  A key showing how the
     colors map to state variable values is shown to the right of the
     plot.

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

     plotPoints()

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

     Fisher, J. C.

_S_e_e _A_l_s_o:

     'plot'

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

     data(confluence)
     plotPoints()

