-
Notifications
You must be signed in to change notification settings - Fork 16
/
DESCRIPTION
30 lines (30 loc) · 1.2 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Package: graphlayouts
Title: Additional Layout Algorithms for Network Visualizations
Version: 1.2.0.9000
Authors@R: c(
person("David", "Schoch", email = "david@schochastics.net", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2952-4812")),
person("Mark", "Ortmann", role = "ctb", comment = "author of R package oaqc"),
person("Felix", "Schoenenberger", role = "ctb", comment = "author of R package oaqc")
)
Description: Several new layout algorithms to visualize networks are provided which are not part of 'igraph'.
Most are based on the concept of stress majorization by Gansner et al. (2004) <doi:10.1007/978-3-540-31843-9_25>.
Some more specific algorithms allow the user to emphasize hidden group structures in networks or focus on specific nodes.
URL: https://github.com/schochastics/graphlayouts, https://schochastics.github.io/graphlayouts/
BugReports: https://github.com/schochastics/graphlayouts/issues
Depends: R (>= 3.6.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
igraph (>= 2.0.0),
Rcpp
Suggests:
testthat,
ggplot2,
uwot
LinkingTo:
Rcpp,
RcppArmadillo
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)