GraphIndicatorsTable {cogmapr}R 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 thery 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)

[Package cogmapr version 0.9.3 Index]