Learn R Programming

cogmapr (version 0.9.2)

ConceptIndegreeIndiv: Indegree of vertices by document

Description

Indegree of vertices by document

Usage

ConceptIndegreeIndiv(project, min.weight = 1, weighted.icm = FALSE)

Arguments

project

A QDA project, a list as generated by the ProjectCMap function.

min.weight

A integer that will determine the minimum (>=) weight of relationships that will be taken into account. Relationships with a lower weight (<) will not be shown. Default is set to 1 (i.e. all relationships are shown).

weighted.icm

A boolean. If FALSE, the weight of the relationships in the ICM will be fixed to 1.

Value

A data frame of Indegree by document (ICM)

Details

Indegree of vertices by document

Examples

Run this code
# NOT RUN {
project_name <- "a_new_project"
main_path <- paste0(system.file("testdata", package = "cogmapr"), '/')
my.project <- ProjectCMap(main_path, project_name)

ConceptIndegreeIndiv(my.project)
# }

Run the code above in your browser using DataLab