dynamic.core.analysis: Identify dynamic cores

View source: R/dynacores.R

dynamic.core.analysisR Documentation

Identify dynamic cores

Description

Identify dynamic cores

Usage

dynamic.core.analysis(
  den,
  graph.spell = NULL,
  adjacency.list = NULL,
  period = c(ymd(19880101), ymd(19901231)),
  median.term = 38,
  max.terms = 2,
  boost = 38
)

Arguments

den

a den class object

graph.spell

a graph.spell - if NULL it is calculated

adjacency.list

a list of weighted adjacency matrices - if NULL it is calculated

period

a vector with start date and end date, see ymd

median.term

the median number of months a term lasts

max.terms

the maximum number of terms

boost

the minimum value of active relations


antongrau/eliter documentation built on March 2, 2024, 8:05 p.m.