Learn R Programming

cogmapr (version 0.9.5)

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

Description

Graph Indicators of vertices by document (tidy data)

Usage

GraphIndicatorsICM(project, doc_id = "all")

Value

A data frame (tidy data) with all indicators, their values by document (ICM)

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)

Examples

Run this code
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)

Run the code above in your browser using DataLab