Description Usage Arguments Details Value Examples
View source: R/cogmapr-indic.R
Table of graph indicators of a social cognitive map
1 | 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 thery indicator, easier to read (long format)
1 2 3 4 5 6 | 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.