-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 loc) · 819 Bytes
/
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
Package: pacviz
Title: Pac-Man Visualization Package
Version: 1.0.3
Authors@R:
person(given = "Spencer",
family = "Riley",
role = c("aut", "cre"),
email = "[email protected]")
Description: Provides a broad-view perspective on data via
linear mapping of data onto a radial coordinate system. The package
contains functions to visualize the residual values of linear
regression and Cartesian data in the defined radial scheme. See the
'pacviz' documentation page for more information:
<https://pacviz.sriley.dev/>.
License: MIT + file LICENSE
Depends:
R (>= 4.0.0)
Imports:
circlize,
e1071,
graphics,
plotrix,
stats,
utils
Suggests:
knitr,
markdown
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3