-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
42 lines (41 loc) · 1.17 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
# Generated by roxygen2: do not edit by hand
S3method(compute_B_pop,SIRS)
S3method(compute_PsiB,SIRS)
S3method(compute_WB,SIRS)
S3method(compute_clutch,SIRS)
S3method(compute_fledge,trace)
S3method(compute_fledge,trace_deterministic)
S3method(compute_fledge,trace_stochastic)
S3method(compute_q,RM)
S3method(compute_wfB,SIRS)
S3method(compute_xB,SIRS)
S3method(step_birds,SIRS)
S3method(step_birds,SIRS_deterministic)
S3method(step_birds,SIRS_stochastic)
S3method(step_fledge,trace)
export(compute_B_pop)
export(compute_PsiB)
export(compute_WB)
export(compute_bloodmeal)
export(compute_clutch)
export(compute_fledge)
export(compute_q)
export(compute_wfB)
export(compute_xB)
export(setup_birds_SIRS)
export(setup_fledge_trace)
export(step_birds)
export(step_fledge)
importFrom(MicroMoB,approx_equal)
importFrom(MicroMoB,compute_H)
importFrom(MicroMoB,compute_Psi)
importFrom(MicroMoB,compute_Z)
importFrom(MicroMoB,compute_f)
importFrom(MicroMoB,compute_wf)
importFrom(MicroMoB,compute_x)
importFrom(MicroMoB,sample_stochastic_vector)
importFrom(MicroMoB,time_patch_varying_parameter)
importFrom(MicroMoB,time_varying_parameter)
importFrom(stats,pexp)
importFrom(stats,rbinom)
importFrom(stats,rpois)