-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
29 lines (29 loc) · 878 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
Package: ggnormalviolin
Title: A 'ggplot2' Extension to Make Normal Violin Plots
Version: 0.1.3
Authors@R:
person(given = "W. Joel",
family = "Schneider",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8393-5316"))
Description: Uses 'ggplot2' to create normally distributed
violin plots with specified means and standard deviations. This
function can be useful in showing hypothetically normal distributions
and confidence intervals.
License: CC0
URL: https://github.com/wjschne/ggnormalviolin, https://wjschne.github.io/ggnormalviolin/
BugReports: https://github.com/wjschne/ggnormalviolin/issues
Imports:
ggplot2,
magrittr
Suggests:
spelling,
testthat,
dplyr,
grid,
scales
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.3.1