-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
56 lines (44 loc) · 1.28 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
## Export
export(lotkacomp, lotkapreyK, lotkaprey, poplogist, ranlogist,
ranmilne, ricker, rmprey, tilman, tilmandiagr, traj)
## S3method
importFrom(grDevices, .axisPars, axisTicks)
importFrom(graphics, abline, axis, box, curve, lines, matlines,
matplot, mtext, par, points, segments)
importFrom(stats, ppoints, rexp, rnorm, runif, update)
importFrom(primer, lvcomp2, predpreyLV, predpreyRM)
importFrom(deSolve, ode)
S3method(print, lotkacomp)
S3method(plot, lotkacomp)
S3method(traj, lotkacomp)
S3method(lines, lotkacomp)
S3method(summary, lotkacomp)
S3method(print, summary.lotkacomp)
S3method(plot, lotkapreyK)
S3method(traj, lotkapreyK)
S3method(lines, lotkapreyK)
S3method(print, lotkapreyK)
S3method(plot, lotkaprey)
S3method(traj, lotkaprey)
S3method(lines, lotkaprey)
S3method(print, lotkaprey)
S3method(traj, ranlogist)
S3method(plot, ranlogist)
S3method(lines, ranlogist)
S3method(print, ranlogist)
S3method(traj, ranmilne)
S3method(plot, ranmilne)
S3method(lines, ranmilne)
S3method(print, ranmilne)
S3method(print, ricker)
S3method(traj, ricker)
S3method(plot, ricker)
S3method(plot, rmprey)
S3method(traj, rmprey)
S3method(lines, rmprey)
S3method(print, rmprey)
S3method(print, tilman)
S3method(traj, tilman)
S3method(plot, tilman)
S3method(plot, traj)
S3method(lines, traj)