nappesortplot | R Documentation |
Plot consumers' sorted tablecloth.
nappesortplot(donnee,first="nappe", numr = 2, numc = 2, lim = c(60,40))
donnee |
a data frame of dimension (p,3j), where p represents the number of products and j the number of consumers |
first |
2 possibilities: "nappe" if the napping variables first appear for each consumer or "catego" if it is the categorization variable |
numr |
the number of tablecloth per row (by default 2) |
numc |
the number of tablecloth per column (by default 2) |
lim |
the size of the tablecloth |
The data used here refer to a specific experiment, where consumers are
asked to position products on a tablecloth of dimension lim
, by default (60,40) and to categorize them.
Returns as many graphs as there are consumers, each graph represents products positioned by a given consumer on a tablecloth and colored according to the categorization
Marine Cadoret, Sebastien Le sebastien.le@institut-agro.fr
Pages, J., Le, S., Cadoret, M. (2010) The Sorted Napping: a new holistic approach in sensory evaluation. Journal of Sensory Studies
fasnt
## Not run:
data(smoothies)
nappesortplot(smoothies,first="nappe")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.