plotCcaFd                package:fda                R Documentation

_P_l_o_t _O_u_t_p_u_t _f_r_o_m _C_a_n_o_n_i_c_a_l _C_o_r_r_e_l_a_t_i_o_n _F_u_n_c_t_i_o_n _C_C_A._F_D

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

     Function cca.fd produces an object of class ccafd. This function
     plots the information in this object.

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

     plotCcaFd(ccafd, overplt=FALSE, jcan=0, flip=FALSE, ...)

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

  ccafd : An object of class cca.fd that is produced by function
          cca.fd. 

overplt : A logical variable. If overplt is TRUE, then each pair of
          weight functions is plotted in a single plot. The line types
          and colours of the "x" and "y" curves respectively are
          specified as in function plotFd. 

   jcan : If jcan=0, then all the pairs of variates are plotted.
          Otherwise only the variates in vector jcan are plotted (eg if
          jcan=1, only the leading variate is plotted, if jcan=c(1,3)
          only the first and third.) 

   flip : A logical vector of length ncan. If flip[j] is TRUE then the
          jth pair of weight functions are multiplied by -1. If flip is
          a scalar it is replicated to the necessary length. 

    ... : Additional arguments that can be used in all plotting
          programs. 

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

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

_N_o_t_e:

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

_R_e_f_e_r_e_n_c_e_s:

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

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

