forked from jonesor/Rage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
61 lines (60 loc) · 1.27 KB
/
NAMESPACE
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Generated by roxygen2: do not edit by hand
export(entropy_d)
export(entropy_k)
export(gen_time)
export(hx_to_lx)
export(hx_to_px)
export(life_expect)
export(longevity)
export(lx_to_hx)
export(lx_to_px)
export(mature_age)
export(mature_distrib)
export(mature_prob)
export(mpm_collapse)
export(mpm_rearrange)
export(mpm_split)
export(mpm_standardize)
export(mpm_to_hx)
export(mpm_to_lx)
export(mpm_to_mx)
export(mpm_to_px)
export(mpm_to_table)
export(net_repro_rate)
export(perturb_matrix)
export(perturb_stochastic)
export(perturb_trans)
export(perturb_vr)
export(plot_life_cycle)
export(pop_vectors)
export(px_to_hx)
export(px_to_lx)
export(qsd_converge)
export(repro_stages)
export(shape_rep)
export(shape_surv)
export(standard_stages)
export(vitalRates)
export(vr_dorm_enter)
export(vr_dorm_exit)
export(vr_fecundity)
export(vr_growth)
export(vr_mat_R)
export(vr_mat_U)
export(vr_shrinkage)
export(vr_stasis)
export(vr_survival)
export(vr_vec_dorm_enter)
export(vr_vec_dorm_exit)
export(vr_vec_growth)
export(vr_vec_reproduction)
export(vr_vec_shrinkage)
export(vr_vec_stasis)
export(vr_vec_survival)
importFrom(DiagrammeR,grViz)
importFrom(MASS,ginv)
importFrom(popbio,lambda)
importFrom(popbio,stable.stage)
importFrom(popdemo,isErgodic)
importFrom(popdemo,project)
importFrom(stats,runif)