idealdigraph: Ideal Map Digraph - idealdigraph()

View source: R/FCMfunctions.R

idealdigraphR Documentation

Ideal Map Digraph – idealdigraph()

Description

This function draws an ideal FCM digraph allows to see implications between Ideal-Self poles.

Usage

idealdigraph(
  grid,
  imp,
  ideal = dim(grid)[2],
  inc = FALSE,
  layout = "circle",
  edge.width = 1,
  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.

ideal

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

inc

Shows only inconsistencies (inverse relationships) if TRUE. Default is FALSE.

layout

Layout to represent the FCM digraph. More information about layouts in ?digraphlayouts.

edge.width

Edge width scalar.

vertex.size

Vertex size scalar.

legend

Draws a legend if TRUE. Default is FALSE.

Value

Returns Ideal FCM digraph.


GICUNED/GridFCM documentation built on Feb. 23, 2023, 9:03 a.m.