Learn R Programming

EnQuireR (version 0.10)

GRmarking: 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

Examples

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

Run the code above in your browser using DataLab