Learn R Programming

mpa (version 0.7.3)

diagram.mpa: Strategic diagram

Description

Draws the strategic diagram starting from the classification of key words done in the mpa function.

Usage

diagram.mpa(mpa, tmin=3, tit= NULL, pos=1)

Arguments

mpa
Resulting object of the mpa function.
tmin
Minimum group size for showing on the chart.
tit
Title.
pos
Position of the groups names in the chart.

Value

A two-dimensional plane in which are positioned groups created by the mpa function.

Details

The X-axis of the diagram is the centrality of groups, the Y-axis is the density.

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)
diagram.mpa(clas,tmin=3)

Run the code above in your browser using DataLab