GraphIndicatorsICM: Graph Indicators of vertices by document (tidy data)

Description Usage Arguments Details Value Examples

View source: R/cogmapr-indic.R

Description

Graph Indicators of vertices by document (tidy data)

Usage

1
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

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)

GraphIndicatorsICM(my.project)
GraphIndicatorsICM(my.project, 2)

cogmapr documentation built on Jan. 4, 2022, 5:06 p.m.