-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
42 lines (42 loc) · 1.42 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
42
Package: agricolaeplotr
Type: Package
Title: Visualization of Design of Experiments from the 'agricolae' Package
Version: 0.5.0
Authors@R:
person(family="Harbers", given="Jens", email="[email protected]", role=c("aut","cre"),
comment = c(ORCID = "0000-0001-6634-623X"))
Maintainer: Jens Harbers <[email protected]>
Description: Visualization of Design of Experiments from the 'agricolae' package with 'ggplot2' framework
The user provides an experiment design from the 'agricolae' package, calls the corresponding function and will receive a
visualization with 'ggplot2' based functions that are specific for each design. As there are many different designs, each design is tested on its type.
The output can be modified with standard 'ggplot2' commands or with other packages with 'ggplot2' function extensions.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: False
Imports: ggplot2,
agricolae,
raster,
sp (>= 2.0.0),
methods,
FielDHub,
utils,
tibble,
sf,
dplyr,
tidyr,
stringr,
stplanr,
ggspatial
RoxygenNote: 7.2.3
Language: en-US
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown,
leaflet
Config/testthat/edition: 3
BugReports: https://github.com/jensharbers/agricolaeplotr/issues
URL: https://github.com/jensharbers/agricolaeplotr
Depends: R (>= 4.0)
VignetteBuilder: knitr
Note: 'None'