GraphIndicatorsTable: Table of graph indicators of a social cognitive map

View source: R/cogmapr-indic.R

GraphIndicatorsTableR Documentation

Table of graph indicators of a social cognitive map

Description

Table of graph indicators of a social cognitive map

Usage

GraphIndicatorsTable(df.graph.indic)

Arguments

df.graph.indic

A data frame, as the output of the function 'GraphIndicators'

Details

Table of graph indicators of a social cognitive map

Value

A data frame of graph theory indicator, easier to read (long format)

Examples

project_name <- "a_new_project"
main_path <- paste0(system.file("testdata", package = "cogmapr"), '/')
my.project <- ProjectCMap(main_path, project_name)

df.graph.indic <- GraphIndicators(my.project)
GraphIndicatorsTable(df.graph.indic)

cogmapr documentation built on Jan. 26, 2026, 5:08 p.m.