-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
43 lines (43 loc) · 1.13 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
Package: netplot
Title: Beautiful Graph Drawing
Version: 0.3-0
Authors@R: c(
person("George", "Vega Yon", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3171-0844")),
person("Porter", "Bischoff", email = "[email protected]", role = c("aut"), comment = c(ORCID = "0009-0004-6742-6281"))
)
Description: A graph visualization engine that emphasizes on
aesthetics at the same time providing default parameters that yield
out-of-the-box-nice visualizations. The package is built on top of
'The Grid Graphics Package' and seamlessly work with 'igraph' and
'network' objects.
Depends:
R (>= 3.4.0),
grid
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Imports:
graphics,
grDevices,
igraph,
network,
sna,
stats
Suggests:
knitr,
rmarkdown,
markdown,
igraphdata,
intergraph,
ggraph,
gridGraphics,
ggplot2,
gridExtra,
gridBase,
magrittr, tinytest
VignetteBuilder: knitr
URL: https://github.com/USCCANA/netplot
BugReports: https://github.com/USCCANA/netplot/issues