plot.WordCountAna: Word-Count based methods Analysis (WordCountAna) graphs

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/plot.WordCountAna.R

Description

Draw the Word-Count based methods Analysis (WordCountAna) graphs

Usage

1
2
3
## S3 method for class 'WordCountAna'
plot(x,axes=c(1,2),choix="prod",lab=TRUE,color=NULL,pch=NULL,
    proba=0.05,xlim=NULL,ylim=NULL,cex=1,title=NULL,new.plot=TRUE,...)

Arguments

x

an object of class VerbAna

axes

a length 2 vector specifying the components to plot

choix

a string corresponding to the graph that you want to do ("prod" for the products graph, "panel" for the panellists graph, "dist" for the distinct-words graph, "cons" for the consensual words graph)

lab

boolean, if TRUE, the labels are drawn

color

the color to use to draw the graph

pch

either an integer specifying a symbol or a single character to be used as the default in plotting points. See points for possible values and their interpretation

proba

significance threshold considered to define consensual words (by default 0.05)

xlim

range for the plotted 'x' values, defaulting to the range of the finite values of 'x'

ylim

range for the plotted 'y' values, defaulting to the range of the finite values of 'y'

cex

numerical value giving the amount by which plotting text and symbols should be magnified relative to the default (by default 1)

title

string corresponding to the title of the graph you draw

new.plot

boolean, if TRUE, a new graphical device is created

...

further arguments passed to or from other methods, such as cex, cex.main, ...

Value

Returns one of the four following factor maps depending on the choice: products, panellists, distinct-words and consensual words.

Author(s)

Belchin Kostov badriyan@clinic.ub.es, Francois Husson husson@agrocampus-ouest.fr, Monica Becue-Bertaut

References

Kostov, B., Becue-Bertaut, M., Husson, F., Pages, J., Cadoret, M., Torrens, J. and Urpi, P. (2012). A tool for detecting words with consensual meaning in verbalization tasks. 11th Sensometrics Conference, July 10-13, 2012, Rennes, France.

See Also

WordCountAna

Examples

1
2
3
4
5
6
7
data(perfume)
res<-WordCountAna(base=perfume,sep.word=";",graph=FALSE)
plot.WordCountAna(res,choix="prod")
plot.WordCountAna(res,choix="panel")
plot.WordCountAna(res,choix="dist")
plot.WordCountAna(res,choix="cons")
plot.WordCountAna(res,choix="cons",proba=0.1)

Example output

Loading required package: FactoMineR
dev.new(): using pdf(file="Rplots1.pdf")
dev.new(): using pdf(file="Rplots2.pdf")
dev.new(): using pdf(file="Rplots3.pdf")
dev.new(): using pdf(file="Rplots4.pdf")

SensoMineR documentation built on July 2, 2020, 1:56 a.m.