Description Usage Arguments Details Value Author(s) References Examples
Draws the strategic diagram starting from the classification of key words done in the mpa function.
1 | diagram.mpa(mpa, tmin=3, tit= NULL, pos=1)
|
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. |
The X-axis of the diagram is the centrality of groups, the Y-axis is the density.
A two-dimensional plane in which are positioned groups created by the mpa function.
Daniel Rodr\'iguez dhrodriguezt@unal.edu.co
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.
1 2 3 4 | data(revista)
mat <- matriz.mpa(revista, fmin=3, cmin=1)
clas <- mpa(mat$Matriza,10,mat$Palabras)
diagram.mpa(clas,tmin=3)
|
Loading required package: network
network: Classes for Relational Data
Version 1.15 created on 2019-04-01.
copyright (c) 2005, Carter T. Butts, University of California-Irvine
Mark S. Handcock, University of California -- Los Angeles
David R. Hunter, Penn State University
Martina Morris, University of Washington
Skye Bender-deMoll, University of Washington
For citation information, type citation("network").
Type help("network-package") to get started.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.