GRmarking: Graphical outputs for a semantic marking

Description Usage Arguments Author(s) Examples

Description

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

Usage

1
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)

Sebastien Le sebastien.le@agrocampus-ouest.fr
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

1
2
3
4
5
6
## Not run: 
data(tea)
res=ENmarking(tea[,1:21],21)
GRmarking(res,lev=2)

## End(Not run)

EnQuireR documentation built on May 29, 2017, 7:50 p.m.

Related to GRmarking in EnQuireR...