GRmarking {EnQuireR} | R Documentation |
This function gives graphical outputs for the variables, pairs or triplets of categories obtained with a semantic marking.
GRmarking(res,lev,col.neg="lightblue",col.pos="pink",colour="black")
res |
the result of a semantic marking |
lev |
level of the semantic marking (1=variables, 2=pairs and 3=triplets) |
col.neg |
colour for the negative v-tests |
col.pos |
colour for the positive v-tests |
colour |
colour and font to be used for the characters |
Jerome Bouche jerome.bouche@yahoo.fr
Gwenaelle Fournier gwenaelle.fournier@gmail.com
Olivier Fournier olivier.fournier76@gmail.com
Francois Le Poder francois.lepoder@gmail.com
## Not run: data(tea) res=ENmarking(tea[,1:21],21) GRmarking(res,lev=2) ## End(Not run)