plotshapes              package:shapes              R Documentation

_P_l_o_t _c_o_n_f_i_g_u_r_a_t_i_o_n_s

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

     Plots configurations. Either one or two groups of observations can
     be plotted on the same scale.

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

     plotshapes(A, B = 0, joinline = c(1, 1),orthproj=c(1,2))

_A_r_g_u_m_e_n_t_s:

       A: k x m x n array, or k x m matrix for first group

       B: k x m x n array, or k x m matrix for 2nd group (can be
          missing)

joinline: A vector stating which landmarks are joined up by lines, e.g.
          joinline=c(1:n,1) will start at landmark 1, join to 2, ...,
          join to n,  then re-join to landmark 1.

orthproj: A vector stating which two orthogonal projections will be
          used. For example, for m=3 dimensional data: X-Y projection
          given by c(1,2)  (default), X-Z projection given by c(1,3),
          Y-Z projection given by c(2,3).

_V_a_l_u_e:

     Just graphical output

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

     Ian Dryden

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

     shapepca,tpsgrid

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

     data(gorf.dat)
     data(gorm.dat)
     plotshapes(gorf.dat,gorm.dat,joinline=c(1,6,7,8,2,3,4,5,1))

     data(macm.dat)
     data(macf.dat)
     plotshapes(macm.dat,macf.dat)

