-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
22 lines (22 loc) · 946 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: avrevol
Type: Package
Title: Average Evolvability Measures
Version: 0.0.0.9011
Date: 2024-07-18
Authors@R: c(person("Junya", "Watanabe", email = "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-9810-5286")))
Description: Provides functions to evaluate average evolvability measures in
evolutionary quantitative genetics, essentially as wrappers of the
implementation of recursion-based evaluation of moments of ratios of
quadratic forms in the package 'qfratio'. Also provides functions for
Monte-Carlo- and delta-method-based evaluations of those quantities.
Developed as a supplement to Watanabe (2023)
<doi:10.1007/s00285-023-01930-8>.
License: GPL (>= 3)
URL: https://github.com/watanabe-j/avrevol
BugReports: https://github.com/watanabe-j/avrevol/issues
Imports: qfratio, MASS
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2