nappeplot | R Documentation |
Plot panelists' tableclothe.
nappeplot(donnee, numr = 2, numc = 2, color = "blue", lim = c(60,40))
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 |
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).
Returns as many graphs as there are panelists, each graph represents products positioned by a given panelist on a tablecloth
Francois Husson
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
## Not run:
data(napping)
nappeplot(napping.don)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.