| dynamic.core.analysis | R Documentation | 
Identify dynamic cores
dynamic.core.analysis(
  den,
  graph.spell = NULL,
  adjacency.list = NULL,
  period = c(ymd(19880101), ymd(19901231)),
  median.term = 38,
  max.terms = 2,
  boost = 38
)
| 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 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.