-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
51 lines (51 loc) · 2.04 KB
/
DESCRIPTION
File metadata and controls
51 lines (51 loc) · 2.04 KB
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
49
50
51
Package: RGraphSpace
Type: Package
Version: 1.1.4
Title: A Lightweight Interface Between 'igraph' and 'ggplot2' Graphics
Description: An interface to integrate 'igraph' and 'ggplot2' graphics
within a normalized coordinate system. 'RGraphSpace' implements
geometric objects based on 'ggplot2' prototypes, optimized for
representing large networks. The package provides three specialized
geoms to translate graph data into geometric layers, supporting
customization of aesthetics and visual style. These geoms use a
dual-anchor normalization approach to align layers, required for
multi-layered analysis where network elements are referenced to a
spatial map. 'RGraphSpace' aims to facilitate side-by-side
visualization of multiple graphs and the integration of background
reference images.
Authors@R:
c(person("Sysbiolab Team", role = "aut"),
person("Flávio", "Kessler", role = "ctb"),
person("Jonathan", "Back", role = "ctb"),
person("Lana", "Querne", role = "ctb"),
person("Victor", "Apolonio", role = c("ctb")),
person("Vinicius", "Chagas", role = "ctb"),
person("Mauro", "Castro", role = c("cre"),
email = "mauro.a.castro@gmail.com",
comment = c(ORCID = "0000-0003-4942-8131")))
Depends: R(>= 4.5), methods, ggplot2
Imports: grDevices, grid, igraph, scales, rlang, ggrastr, lifecycle
Suggests: knitr, rmarkdown, testthat, ggnewscale, patchwork
Enhances: RedeR
License: Artistic-2.0
VignetteBuilder: knitr
URL: https://github.com/sysbiolab/RGraphSpace, https://sysbiolab.github.io/RGraphSpace/
BugReports: https://github.com/sysbiolab/RGraphSpace/issues
Collate:
'geom-edgespace.R'
'geom-graphspace.R'
'geom-nodespace.R'
'gspace-checks.R'
'gspace-classes.R'
'gspace-constructor.R'
'gspace-generics.R'
'gspace-methods.R'
'gspace-misc.R'
'gspace-normalize.R'
'gspace-supplements.R'
'gspace-themes.R'
'gspace-validation.R'
'inject-nodespace.R'
Encoding: UTF-8
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)