Skip to content

Commit 547f49d

Browse files
authored
dynsbm & multigraph
Takes note of the new update to dynsbm (kindly volunteered by @krivit) and further minor edits to multigraph
1 parent 3517939 commit 547f49d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

NetworkAnalysis.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ flexibility to theme.
295295

296296
- `manynet` includes plotting methods for much of its output, including blockmodels and dendrograms for clustering.
297297

298-
- `r pkg("multigraph")` is a powerful tool providing easier visualizations of multigraphs, valued/signed networks, bipartite networks, multilevel networks, and Cayley graphs with various layout options.
298+
- `r pkg("multigraph")` is a powerful tool providing easier visualizations of multigraphs, various types of networks (multilevel/multiples, temporal, spatial, bipartite, valued, signed), and Cayley graphs with various layout options.
299299

300300
#### Extensions for `ggplot2`
301301

@@ -449,8 +449,7 @@ to plot the resulting partition.
449449
- `r pkg ("greed")` leverages a combination of greedy local search and a genetic
450450
algorithm to execute (degree-corrected) SBM and LBM.
451451

452-
- `r pkg("dynsbm")`, archived from the CRAN repository on 2023-10-27 due to a
453-
faulty dependence, implements the model for temporal networks which combines a static
452+
- `r pkg("dynsbm")`, implements the model for temporal networks which combines a static
454453
SBM with independent Markov chains for the dynamic part. It supports binary and
455454
weighted networks with both discrete and continuous edges. Includes also
456455
functions for plotting (`dynsbm::adjacency.plot`, `dynsbm::alluvial.plot`,

0 commit comments

Comments
 (0)