-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
executable file
·27 lines (27 loc) · 977 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
Package: vioplot
Title: Violin Plot
Version: 0.5.0
Date: 2024-07-04
Authors@R: c(person("Daniel", "Adler", email = "[email protected]", role = c("aut", "cph")),
person("S. Thomas", "Kelly", email = "[email protected]", role = c("aut", "cre")),
person("Tom M.", "Elliott", email = "[email protected]", role = c("aut", "ctb")),
person("Jordan", "Adamson", email = "[email protected]", role = c("aut", "ctb")))
Description: A violin plot is a combination of a box plot and a kernel density plot. This package allows extensive customisation of violin plots.
Depends:
sm,
zoo
License: BSD_3_clause + file LICENSE
URL: https://github.com/TomKellyGenetics/vioplot
BugReports: https://github.com/TomKellyGenetics/vioplot/issues
LazyData: false
RoxygenNote: 7.3.2
Suggests:
base,
ggplot2,
RColorBrewer,
knitr,
rmarkdown,
testthat
Language: en-GB
VignetteBuilder: knitr
Encoding: UTF-8