forked from sizespectrum/mizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
62 lines (61 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
62
# Generated by roxygen2: do not edit by hand
export(MizerParams)
export(MizerSim)
export(addSpecies)
export(display_frames)
export(getBiomass)
export(getBiomassFrame)
export(getCommunitySlope)
export(getEGrowth)
export(getEReproAndGrowth)
export(getESpawning)
export(getFMort)
export(getFMortGear)
export(getFeedingLevel)
export(getM2)
export(getM2Background)
export(getMeanMaxWeight)
export(getMeanWeight)
export(getN)
export(getPhiPrey)
export(getPredRate)
export(getProportionOfLargeFish)
export(getRDD)
export(getRDI)
export(getSSB)
export(getSSBFrame)
export(getYield)
export(getYieldGear)
export(getZ)
export(get_initial_n)
export(knife_edge)
export(plotBiomass)
export(plotFMort)
export(plotFeedingLevel)
export(plotGrowthCurves)
export(plotM2)
export(plotSpectra)
export(plotYield)
export(plotYieldGear)
export(project)
export(setBackground)
export(set_community_model)
export(set_scaling_model)
export(set_trait_model)
export(sigmoid_length)
export(steady)
exportClasses(MizerParams)
exportClasses(MizerSim)
exportMethods(plot)
exportMethods(summary)
import(ggplot2)
import(methods)
import(plyr)
importFrom(Rcpp,sourceCpp)
importFrom(deSolve,ode)
importFrom(progress,progress_bar)
importFrom(reshape2,melt)
importFrom(stats,fft)
importFrom(stats,lm)
importFrom(stats,mvfft)
useDynLib(mizer)