structureAnalysis: Perform Structure Analysis

Description Usage Arguments Value Examples

Description

Perform structure analysis on impactCLR object

Usage

1
structureAnalysis(impact_object)

Arguments

articles_df

Path to files

Value

List

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
structure <- structureAnalysis(impact_object = impact)

# Components vs Size
plot(structure, loess = T)

# Plot structure node : edges
showGraphs(structure)

# Plot components
graphComponents(structure, n = 5)

rvidgen/clr documentation built on May 28, 2019, 10:42 a.m.