hsortplot: Plot consumers' hierarchical sorting

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/hsortplot.R

Description

Plot consumers' hierarchical sorting

Usage

1
hsortplot(don, group, numr = 2, numc = 2)

Arguments

don

a data frame with n rows (products) and p columns (nested partitions for all consumers)

group

a list indicating the number of levels (nested partitions) for each consumer

numr

the number of hierarchical sorting per row (by default 2)

numc

the number of hierarchical sorting per column (by default 2)

Details

The data used here refer to a specific experiment, where children were asked to provide hierarchical sorting (several nested partitions) from 16 cards.

Value

Returns as many graphs as there are consumers, each graph represents hierarchical sorting provided by a consumer

Author(s)

Marine Cadoret, S\'ebastien L\^e sebastien.le@agrocampus-ouest.fr

See Also

fahst

Examples

1
2
3
4
5
6
## Not run: 
data(cards)
group.cards<-c(2,3,3,2,2,4,2,3,2,1,3,2,3,3,3,2,3,3,2,3,3,3,3,3,3,3,3,3,3,3)
hsortplot(cards,group.cards)

## End(Not run)

SensoMineR documentation built on May 2, 2019, 5:56 p.m.