fcmdigraph: Fuzzy Cognitive Map Digraph - fcmdigraph()

View source: R/FCMfunctions.R

fcmdigraphR Documentation

Fuzzy Cognitive Map Digraph – fcmdigraph()

Description

This function draws a digraph of the Fuzzy Cognitive Map of an individual's construct system using a Repgrid and Impgrid.

Usage

fcmdigraph(
  grid,
  imp,
  results = fcminfer(grid, imp)$values,
  ideal = dim(grid)[2],
  niter = 1,
  layout = "graphopt",
  edge.width = 1.5,
  vertex.size = 1,
  legend = FALSE
)

Arguments

grid

Subject's RepGrid. It must be an S4 object imported by the importgrid function.

imp

Subject's ImpGrid. It must be an S4 object imported by the importimp function.

results

scenario inference values calculated with fcminfer. By default they are calculated with the Self-Now

ideal

Column number representing the position of the Ideal-Self in the RepGrid. The default is the last column of the RepGrid.

niter

Selección del vector de escenario que se quiere representar en el mapa. Expresado a través del número de iteraciones. Por defecto se establece la primera iteracion.

layout

Layout que se quiere utilizar para representar el mapa. Más información de los layouts con ?digraphlayouts.

edge.width

Escalar del grosor de las aristas.

vertex.size

Escalar del tamaño de los vértices.

legend

Dibuja una leyenda con TRUE.

Value

Devuelve una representación gráfica de un digrafo de un Mapa Cognitivo Borroso.


Asanfe/GridFCM documentation built on April 3, 2022, 8:16 p.m.