forked from ABbiodiversity/WildLift
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
24 lines (20 loc) · 706 Bytes
/
NAMESPACE
File metadata and controls
24 lines (20 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
export("wildlift_settings",
"wildlift_forecast",
"wildlift_breakeven",
"wildlift_matrix",
"wildlift_breeding",
"wildlift_linear",
"run_app")
S3method("print", "wildlift_settings")
S3method("print", "wildlift_forecast")
S3method("summary", "wildlift_forecast")
S3method("print", "summary.wildlift_forecast")
S3method("plot", "wildlift_forecast")
S3method("lines", "wildlift_forecast")
S3method("print", "wildlift_breeding")
S3method("summary", "wildlift_breeding")
S3method("plot", "wildlift_breeding")
importFrom("popbio", "eigen.analysis", "pop.projection")
importFrom("graphics", "lines", "legend")
importFrom("stats", "optimize")
importFrom("utils", "str")