-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
53 lines (52 loc) · 1.21 KB
/
NAMESPACE
File metadata and controls
53 lines (52 loc) · 1.21 KB
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
# Generated by roxygen2: do not edit by hand
S3method(as.list,Parameters)
S3method(hist,WeightFreq)
S3method(lines,Parameters)
S3method(plot,Parameters)
S3method(plot,WeightFreq)
S3method(plot,s6modelResults)
S3method(print,s6modelResults)
S3method(residuals,s6modelResults)
S3method(simulate,Parameters)
export("Winf<-")
export(addIces)
export(addVersion)
export(calcFmsy)
export(changeBinsize)
export(changeBinsize2)
export(changeBinsize3)
export(datrasraw2weightfreq)
export(difference)
export(estimateParam)
export(estimate_TMB)
export(findLatest)
export(fitWL)
export(getCor)
export(getDfYears)
export(getParams)
export(getRandomParameters)
export(getRandomParameters.fixedWinf)
export(getWinf)
export(makeAssessment)
export(meanParameters)
export(minimizeme)
export(parameters)
export(plotFit)
export(plotGrowth)
export(plotMortality)
export(plotResiduals)
export(sample2df)
export(simulateData3)
export(subsetDatras)
exportClasses(Parameters)
exportClasses(s6modelResults)
import(methods)
importFrom(numDeriv,hessian)
importFrom(numDeriv,jacobian)
importFrom(stats,simulate)
importFrom(truncdist,rtrunc)
importFrom(utils,packageDescription)
importFrom(utils,packageName)
useDynLib(calcFmsy)
useDynLib(s6model)
useDynLib(s6modelts)