| napping.words {SensoMineR} | R Documentation |
The data used here refer to 10 different French wines evaluated by 11 panelists. They were asked to describe each wine using their own word list.
data(napping.words)
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
Département de mathématiques appliquées, Agrocampus Rennes
## Not run:
data(napping.don)
data(napping.words)
nappeplot(napping.don)
get(getOption("device"))()
pmfa(napping.don, napping.words)
## End(Not run)