-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.78 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
36
37
38
39
40
41
42
43
44
45
46
47
48
Package: spacejamr
Title: Simulate Spatial Bernoulli Networks
Version: 0.2.1
Authors@R:
person(given = "Darren",
family = "Colby",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8468-2755"))
Maintainer: Darren Colby <[email protected]>
Description: Social network analysis is becoming commonplace in many social
science disciplines, but access to useful network data, especially
among marginalized populations, still remains a formidable challenge.
This package mitigates that problem by providing tools to simulate spatial
Bernoulli networks as proposed in Carter T. Butts
(2002, ISBN:978-0-493-72676-2), "Spatial models of large-scale interpersonal
networks." Using this package, network analysts can simulate a spatial point
process or sequence with a given number of nodes inside a geographical
boundary and estimate the probability of a tie formation between all node
pairs. When simulating a network, an analyst can choose between five spatial
interaction functions. The package also enables quick comparison of summary
statistics for simulated networks and provides simple to use plotting
methods for its classes that return plots which can be further refined with
the 'ggplot2' package.
License: MIT + file LICENSE
URL: https://github.com/dscolby/spacejamr
BugReports: https://github.com/dscolby/spacejamr/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
crsuggest,
dplyr,
ggraph,
ggplot2,
igraph,
magrittr,
sf,
spatstat.random,
spatstat.geom,
ggthemes
Depends:
R (>= 3.5)
Suggests:
covr,
testthat (>= 3.0.0)
Config/testthat/edition: 3