Skip to content

Commit 3517939

Browse files
authored
Correction to multigraph's classification
Closes #13
1 parent 077d25a commit 3517939

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

NetworkAnalysis.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,8 @@ 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.
299+
298300
#### Extensions for `ggplot2`
299301

300302
- `r pkg("ggnetwork")` offers geometries to plot `r pkg("network")` objects.
@@ -317,10 +319,6 @@ hand-drawn-like networks
317319
- `r pkg("ggdendro")` makes it easy to make ggplots of dendrograms create using
318320
the functions `tree`, `hclust`, `dendrogram`, and `rpart`.
319321

320-
- `r pkg("multigraph")` is a powerful tool providing easier visualizations of
321-
multigraphs, valued/signed networks, bipartite networks, multilevel networks,
322-
and Cayley graphs with various layout options.
323-
324322
#### Layouts
325323

326324
- `r pkg("ggforce")` offers functions for specialized plots, some of which also

0 commit comments

Comments
 (0)