View source: R/cogmapr-indic.R
| GraphIndicatorsTable | R Documentation |
Table of graph indicators of a social cognitive map
GraphIndicatorsTable(df.graph.indic)
df.graph.indic |
A data frame, as the output of the function 'GraphIndicators' |
Table of graph indicators of a social cognitive map
A data frame of graph theory indicator, easier to read (long format)
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.