-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
43 lines (43 loc) · 1.43 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: ggseg3d
Title: Tri-Surface Mesh Plots for Brain Atlases
Version: 1.6.3
Authors@R: c(person("Athanasia Mo", "Mowinckel",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5756-0223")),
person("Didac", "Vidal-Piñeiro",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0001-9997-9156")))
Description: Mainly contains a plotting function ggseg3d(),
and data of two standard brain atlases (Desikan-Killiany and aseg).
By far, the largest bit of the package is the data for each of the atlases.
The functions and data enable users to plot tri-surface mesh plots of
brain atlases, and customise these by projecting colours onto the brain
segments based on values in their own data sets. Functions are wrappers
for 'plotly'. Mowinckel & Vidal-Piñeiro (2020)
<doi:10.1177/2515245920928009>.
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.1
Depends: R (>= 2.10)
LazyData: true
LazyDataCompression: xz
Imports:
dplyr,
plotly,
magrittr,
scales,
tidyr,
utils,
Suggests:
knitr,
rmarkdown,
covr,
testthat (>= 2.1.0),
devtools,
processx,
spelling
URL: https://github.com/ggseg/ggseg3d/
BugReports: https://github.com/ggseg/ggseg3d/issues/
Language: en-US