forked from toledo60/ggDoE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 1.24 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
Package: ggDoE
Type: Package
Title: Modern Graphs for Design of Experiments with 'ggplot2'
Version: 0.7.8
Authors@R: c(person(given = "Jose",family = "Toledo Luna",
role = c("aut", "cre"),
email = "toledo60@protonmail.com",
comment = c(ORCID = "0000-0001-8559-0027")))
Maintainer: Jose Toledo Luna <toledo60@protonmail.com>
Description: Generate commonly used plots in the field of design of experiments using 'ggplot2'.
'ggDoE' currently supports the following plots: alias matrix, box cox transformation, boxplots, lambda plot,
regression diagnostic plots, half normal plots, main and interaction effect plots for factorial designs,
contour plots for response surface methodology, pareto plot, and two dimensional projections of a latin hypercube design.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://ggdoe.netlify.app
BugReports: https://github.com/toledo60/ggDoE/issues
Imports:
ggplot2,
data.table,
insight
Suggests:
knitr,
rmarkdown,
roxygen2,
tibble,
MASS,
viridisLite,
ggrepel,
gridExtra,
unrepx,
metR,
rsm,
lhs,
gghalfnorm
RoxygenNote: 7.2.1
Depends:
R (>= 3.3.0)
VignetteBuilder: knitr
Language: en-US