-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
78 lines (78 loc) · 2.35 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Package: plot.data
Title: Create `data.table`s of Ready to Plot Data
Version: 5.4.2
Authors@R:
c(person(given = "Danielle",
family = "Callan",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Ann",
family = "Blevins",
role = "aut",
email = "[email protected]"),
person(given = "Bob",
family = "MacCallum",
role = "aut",
email = "[email protected]"))
Imports:
data.table,
jsonlite,
lubridate,
magrittr,
mgcv,
moments,
purrr,
stats,
stringi,
veupathUtils,
zoo
Remotes:
VEuPathDB/veupathUtils
URL: https://github.com/VEuPathDB/plot.data
BugReports: https://github.com/VEuPathDB/plot.data/issues
Description: plot.data is an R package for creating client-ready data for various plots and visualizations. Data can be returned as either a data.table or a json file. The json file also includes some additional information helpful for rendering various plot widgets (ex: recommended range and step for a bin width slider to accompany a histogram). The `data.table`s are organized so that each row represents data for one group per panel. Optionally compute various statistics (ex: smoothed conditional mean, kernel density estimates, odds ratio, relative risk, etc).
License: Apache License (= 2.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Suggests:
covr,
testthat (>= 2.1.0)
Depends:
R (>= 2.10)
Collate:
'bin.R'
'class-ContingencyTable.R'
'utils.R'
'class-Node.R'
'constructors-Node.R'
'class-Link.R'
'class-CorrelationLink.R'
'class-Network.R'
'class-CorrelationNetwork.R'
'methods-Links.R'
'methods-Nodes.R'
'class-Partitions.R'
'class-KPartiteNetwork.R'
'class-plotdata-bar.R'
'class-plotdata-beeswarm.R'
'class-plotdata-box.R'
'class-plotdata-heatmap.R'
'class-plotdata-histogram.R'
'class-plotdata-line.R'
'class-plotdata-map-markers.R'
'class-plotdata-mosaic.R'
'class-plotdata-scatter.R'
'class-plotdata.R'
'group.R'
'methods-ContingencyTable.R'
'methods-CorrelationLinks.R'
'methods-CorrelationNetwork.R'
'methods-KPartiteNetwork.R'
'methods-Network.R'
'panel.R'
'plot.data-package.R'
'utils-bin.R'
'utils-json.R'
'utils-pipe.R'
'utils-stats.R'