weighted.adjacency.list: Create a list af weighted adjacency matrices

View source: R/period.R

weighted.adjacency.listR Documentation

Create a list af weighted adjacency matrices

Description

A more efficient way of creating time series of weighted.graph

Usage

weighted.adjacency.list(
  spell.graph,
  start,
  end,
  m = 38,
  boost = m,
  max.terms = 3,
  to.distance = TRUE
)

Arguments

spell.graph

a spell.graph

start
end
to.distance

if TRUE weights are recalculated with distance.weight, otherwise weighted months


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