giantc: Extract list of nodes in the giant component of the language...

Description Usage Arguments Value Examples

View source: R/giantc.R

Description

Extract list of nodes in the giant component of the language network.

Usage

1
giantc(langnet)

Arguments

langnet

An igraph object created using the tolangnet function and with label names created with the nodeindex function.

Value

A list of nodes in the LCC of the language network.

Examples

1
2
3
4
5
somewords <- c('cat', 'bat', 'cap', 'cape')
somewordsnet <- tolangnet(somewords)
somewordsnet <- nodeindex(somewordsnet, somewords)
somewords.gc <- giantc(somewordsnet)
somewords.gc

csqsiew/langnetr documentation built on May 14, 2019, 10:37 a.m.