forked from cmlegault/simASAP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
21 lines (21 loc) · 850 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: simASAP
Title: Simulate ASAP Data Sets and Optionally Run Them
Version: 0.0.0.9012
Authors@R:
person(given = "Chris",
family = "Legault",
role = c("aut", "cre"),
email = "[email protected]")
Description: Starting with a successfully run ASAP data file, conduct self-test
by generating data with measurement errors that follow the prescribed distribution
type and level of uncertainty. Can optionally run ASAP on each created data set.
Can plot Freport, recruitment, and spawning stock biomass time series estimates from
each simulated data set and compare to true values. Includes example script showing
how to use functions and sample ASAP data files.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
Imports:
dplyr,
ggplot2