-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNAMESPACE
More file actions
36 lines (35 loc) · 927 Bytes
/
Copy pathNAMESPACE
File metadata and controls
36 lines (35 loc) · 927 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
25
26
27
28
29
30
31
32
33
34
35
36
# Generated by roxygen2: do not edit by hand
S3method(confint,profile.simode)
S3method(plot,confint.simode)
S3method(plot,list.simode)
S3method(plot,profile.simode)
S3method(plot,simode)
S3method(print,confint.simode)
S3method(print,profile.simode)
S3method(print,simode)
S3method(print,summary.simode)
S3method(profile,simode)
S3method(summary,list.simode)
S3method(summary,simode)
export(plot_trace)
export(simode)
export(simode.control)
export(solve_ode)
export(solve_ode2)
importFrom(deSolve,ode)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(pracma,cumtrapz)
importFrom(pracma,errorbar)
importFrom(pracma,interp1)
importFrom(pracma,lsqlincon)
importFrom(pracma,trapz)
importFrom(stats,D)
importFrom(stats,approx)
importFrom(stats,predict)
importFrom(stats,qchisq)
importFrom(stats,smooth.spline)