
Plot panelists' tableclothe.
nappeplot(donnee, numr = 2, numc = 2, color = "blue", lim = c(60,40))
Returns as many graphs as there are panelists, each graph represents products positioned by a given panelist on a tablecloth
a data frame of dimension (p,2j), where p represents the number of products and j the number of panelists
the number of tableclothe per row (by default 2)
the number of tableclothe per column (by default 2)
the color used to display the products
the size of the tableclothe
Francois Husson
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).
Pages 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.
napping
, pmfa
, indscal
if (FALSE) {
data(napping)
nappeplot(napping.don)
}
Run the code above in your browser using DataLab