GraphIndicatorsICM {cogmapr} | R Documentation |
Graph Indicators of vertices by document (tidy data)
Description
Graph Indicators of vertices by document (tidy data)
Usage
GraphIndicatorsICM(project, doc_id = "all")
Arguments
project |
A QDA project, a list as generated by the ProjectCMap function. |
doc_id |
"all" (default) or the ID of document to include. |
Details
Graph Indicators of vertices by document (tidy data)
Value
A data frame (tidy data) with all indicators, their values by document (ICM)
Examples
project_name <- "a_new_project"
main_path <- paste0(system.file("testdata", package = "cogmapr"), '/')
my.project <- ProjectCMap(main_path, project_name)
GraphIndicatorsICM(my.project)
GraphIndicatorsICM(my.project, 2)
[Package cogmapr version 0.9.3 Index]