-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 1.21 KB
/
Copy pathDESCRIPTION
File metadata and controls
31 lines (31 loc) · 1.21 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
Package: moveEZ
Title: Animated Biplots
Version: 1.2.0
Authors@R:
c(person("Raeesa", "Ganey", , "raeesa.ganey@wits.ac.za", role = c("aut", "cre","cph"),
comment = c(ORCID = "0009-0008-6973-0999")),
person("Johané", "Nienkemper-Swanepoel", ,"nienkemperj@sun.ac.za", role = c("aut","cph"),
comment = c(ORCID = "0000-0001-6086-8272")))
Description: Create animated biplots that enables dynamic visualisation of temporal or sequential changes in multivariate data by animating a single biplot across the levels of a time variable. It builds on objects from the 'biplotEZ' package, Lubbe S, le Roux N, Nienkemper-Swanepoel J, Ganey R, Buys R, Adams Z, Manefeldt P (2024) <doi:10.32614/CRAN.package.biplotEZ>, allowing users to create animated biplots that reveal how both samples and variables evolve over time.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Depends: R (>= 4.1.0)
Imports:
dplyr,
biplotEZ,
gganimate,
ggplot2,
GPAbin
Suggests:
testthat,
rmarkdown,
knitr,
tibble,
scales,
RColorBrewer,
purrr
Config/Needs/website: rmarkdown
URL: https://muvisu.github.io/moveEZ/
Config/roxygen2/version: 8.0.0