powered by
Plot consumers' hierarchical sorting
hsortplot(don, group, numr = 2, numc = 2)
Returns as many graphs as there are consumers, each graph represents hierarchical sorting provided by a consumer
a data frame with n rows (products) and p columns (nested partitions for all consumers)
a list indicating the number of levels (nested partitions) for each consumer
the number of hierarchical sorting per row (by default 2)
the number of hierarchical sorting per column (by default 2)
Marine Cadoret, Sebastien Le sebastien.le@institut-agro.fr
The data used here refer to a specific experiment, where children were asked to provide hierarchical sorting (several nested partitions) from 16 cards.
fahst
if (FALSE) { 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) }
Run the code above in your browser using DataLab