diagram.mpa: Strategic diagram

Description Usage Arguments Details Value Author(s) References Examples

View source: R/diagrammpa.r

Description

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

Usage

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

Details

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

Value

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

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
data(revista)
mat <- matriz.mpa(revista, fmin=3, cmin=1)
clas <- mpa(mat$Matriza,10,mat$Palabras)
diagram.mpa(clas,tmin=3)

Example output

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.

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

Related to diagram.mpa in mpa...