fcmdigraph3D: 3D Fuzzy Cognitive Digraph - fcmdigraph3D()

View source: R/FCMfunctions.R

fcmdigraph3DR Documentation

3D Fuzzy Cognitive Digraph – fcmdigraph3D()

Description

Function that draws a three-dimensional FCM digraph of an personal construct system using a grid technique and an implication grid. It is represented with a 3D multidimensional scaling.

Usage

fcmdigraph3D(
  grid,
  imp,
  results = fcminfer(grid, imp)$values,
  ideal = dim(grid)[2],
  niter = 1,
  edge.width = 2,
  vertex.size = 1
)

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

Iterarion matrix 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

Scenario vector to be represented in the digraph expressed by the row number in the iteration matrix. The default is the first row.

edge.width

Edge width scalar.

vertex.size

Vertex size scalar.

Value

Returns a rgl output of a FCM digraph in a 3D multidimensional scaling.


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