Learn R Programming

mpa (version 0.7.3)

plotmpa: Network group's internal associations

Description

Draws the association's network within the words belonging to a group.

Usage

plotmpa(clase, E, mpa, fpond= 10, tit= NULL, tam.fuente=1)

Arguments

clase
The number of the type or group from which you want to see the network.
E
Matrix of associations between the keywords.
mpa
Resulting object of the mpa function.
fpond
Weighting for the links between network nodes.
tit
Title
tam.fuente
Size font.

Value

A graph network that shows the structure of association between the words that belong to a given group.

Details

The keywords are represented in nodes. The joints between them are the level of association between the keywords. The red node is the word whose sum of internal associations is greater.

References

Charum, J. y Meyer, J. (1998), Hacer ciencia en un mundo globalizado. TM editores en coedicin con Colciencias y la Facultad de Ciencias de la Universidad Nacional de Colombia.

Examples

Run this code
data(revista)
mat <- matriz.mpa(revista, fmin=3, cmin=1)
clas <- mpa(mat$Matriza,10,mat$Palabras)
clas
plotmpa(1,mat$Matriza,clas)
plotmpa(6,mat$Matriza,clas)

Run the code above in your browser using DataLab