-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
41 lines (40 loc) · 1009 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export("initialNResource<-")
export("resource_capacity<-")
export("resource_interaction<-")
export("resource_params<-")
export("resource_rate<-")
export(NResource)
export(animateSpectra)
export(finalNResource)
export(getDiet)
export(initialNResource)
export(mizerMREncounter)
export(mizerMRResourceMort)
export(mizerMR_dynamics)
export(newMRParams)
export(plotDiet)
export(plotResourceLevel)
export(plotResourcePred)
export(plotSpectra)
export(plotlyDiet)
export(plotlyResourcePred)
export(plotlySpectra)
export(resource_capacity)
export(resource_interaction)
export(resource_params)
export(resource_rate)
export(setMultipleResources)
export(set_resource_param_default)
export(validResourceParams)
export(valid_resources_arg)
import(assertthat)
import(ggplot2)
import(methods)
import(mizerExperimental)
importFrom(dplyr,"%>%")
importFrom(dplyr,filter)
importFrom(plotly,ggplotly)
importFrom(rlang,signal)
importFrom(stats,mvfft)
importFrom(utils,globalVariables)