Learn R Programming

cogmapr (version 0.9.2)

GraphIndicatorsTable: 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'

Value

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

Details

Table of graph indicators of a social cognitive map

Examples

Run this code
# NOT RUN {
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)
# }

Run the code above in your browser using DataLab