nappeplot             package:SensoMineR             R Documentation

_P_l_o_t _p_a_n_e_l_i_s_t_s' _t_a_b_l_e_c_l_o_t_h_e

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

     Plot panelists' tableclothe.

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

     nappeplot(donnee, numr = 2, numc = 2, color = "blue", lim = c(60,40))

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

  donnee: a data frame of dimension (_p,2j_), where _p_ represents the
          number of products and _j_ the number  of panelists

    numr: the number of tableclothe per row (by default 2)

    numc: the number of tableclothe per column (by default 2)

   color: the color used to display the products

     lim: the size of the tableclothe

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

     The data used here refer to a specific experiment, where panelists
     are  asked to position products on a tableclothe of dimension
     'lim', by default (60,40).

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

     Returns as many graphs as there are panelists, each graph
     represents products  positioned by a given panelist on a
     tablecloth

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

     Franois Husson

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

     Pags J. (2005). Collection and analysis of perceived product
     inter-distances using multiple factor analysis;  application to
     the study of ten white wines from the Loire Valley. _Food Quality
     and Preference_. 16 (7) pp. 642-649.

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

     'napping', 'pmfa', 'indscal'

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

     ## Not run: 
     data(napping)
     nappeplot(napping.don)
     ## End(Not run)

