napping              package:SensoMineR              R Documentation

_N_a_p_p_i_n_g _d_a_t_a

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

     The data used here refer to 10 different French wines evaluated by
     11 panelists.
      They were asked to position the wines on a tableclothe of
     dimension (60,40). They were asked to describe each wine using
     their own word list.

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

     data(napping)

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

     There are two data frames:

_n_a_p_p_i_n_g._d_o_n A data frame of dimension (10,22): each row represents a
     French wine, each couple (Xi,Yi) represents the  coordinates of
     the wines positioned on a tableclothe for a given panelist;

_n_a_p_p_i_n_g._w_o_r_d_s A data frame of dimension (10,14): each row represents a
     French wine, each column an attribute, each cell the number of
     times a given attribute was quoted for a given wine.

_S_o_u_r_c_e:

     Dpartement de mathmatiques appliques, Agrocampus Rennes

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

     ## Not run: 
     data(napping)
     nappeplot(napping.don)
     get(getOption("device"))()
     pmfa(napping.don, napping.words)
     ## End(Not run)

