-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·26 lines (26 loc) · 1007 Bytes
/
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
Package: L1centrality
Title: Graph/Network Analysis Based on L1 Centrality
Version: 0.3.1
Authors@R: c(
person("Seungwoo", "Kang", email = "kangsw0401@snu.ac.kr", role = c("aut", "cre"),
comment=c(ORCID="0000-0001-8082-0794")),
person("Hee-Seok", "Oh", email = "heeseok@stats.snu.ac.kr", role = c("aut")))
Description: Analyze graph/network data using L1 centrality and prestige. Functions for deriving global, local, and group L1 centrality/prestige are provided. Routines for visual inspection of a graph/network are also provided. Details are in Kang and Oh (2024a) <doi:10.48550/arXiv.2404.13233> and Kang and Oh (2024b) <doi:10.48550/arXiv.2408.12078>.
URL: https://github.com/seungwoo-stat/L1centrality
BugReports: https://github.com/seungwoo-stat/L1centrality/issues
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 2.10)
LazyData: true
Imports:
graphics,
igraph,
Rcpp,
stats,
utils,
withr
LinkingTo:
Rcpp