-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.5 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
31
32
33
34
35
Package: pald
Title: Partitioned Local Depth for Community Structure in Data
Version: 0.0.4
Authors@R:
c(person("Katherine", "Moore", email = "[email protected]", role = c("aut"),
comment = c(ORCID = "0000-0001-6943-2416")),
person("Kenneth", "Berenhaut", email = "[email protected]", role = c("aut")),
person("Lucy", "D'Agostino McGowan", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7297-9359")))
Description: Implementation of the Partitioned Local Depth (PaLD)
approach which provides a measure of local depth and the cohesion of a point
to another which (together with a universal threshold for distinguishing
strong and weak ties) may be used to reveal local and global structure in
data, based on methods described in Berenhaut, Moore, and Melvin (2022)
<doi:10.1073/pnas.2003634119>. No extraneous inputs, distributional
assumptions, iterative procedures nor optimization criteria are employed.
This package includes functions for computing local depths and cohesion as
well as flexible functions for plotting community networks and displays of
cohesion against distance.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
igraph,
graphics,
glue
Depends:
R (>= 2.10)
LazyData: true
URL: https://github.com/LucyMcGowan/pald
BugReports: https://github.com/LucyMcGowan/pald/issues
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3