GRmarking {EnQuireR}R Documentation

Graphical outputs for a semantic marking

Description

This function gives graphical outputs for the variables, pairs or triplets of categories obtained with a semantic marking.

Usage

GRmarking(res,lev,col.neg="lightblue",col.pos="pink",colour="black")

Arguments

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

Author(s)

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

Examples

## Not run: 
data(tea)
res=ENmarking(tea[,1:21],21)
GRmarking(res,lev=2)
## End(Not run)

[Package EnQuireR version 0.09 Index]