plotmpa: Network group's internal associations

Description Usage Arguments Details Value Note Author(s) References Examples

View source: R/plotmpa.r

Description

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

Usage

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

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.

Value

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

Note

This function is an adaptation of the previous function plot.network from the package network.

Author(s)

Daniel Rodr\'iguez dhrodriguezt@unal.edu.co

References

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

Examples

1
2
3
4
5
6
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)

mpa documentation built on May 2, 2019, 9:20 a.m.

Related to plotmpa in mpa...