-
Notifications
You must be signed in to change notification settings - Fork 19
/
NAMESPACE
108 lines (107 loc) · 2.58 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
# Generated by roxygen2: do not edit by hand
S3method(plot,Bhattacharya)
S3method(plot,VPA)
S3method(plot,catchCurve)
S3method(plot,lfq)
S3method(plot,predict_mod)
S3method(plot,prod_mod)
S3method(plot,prod_mod_ts)
S3method(plot,recruitment)
S3method(plot,select)
S3method(plot,select_Millar)
export(Bhattacharya)
export(ELEFAN)
export(ELEFAN_GA)
export(ELEFAN_SA)
export(M_empirical)
export(VBGF)
export(VPA)
export(Z_BevertonHolt)
export(Z_CPUE)
export(catchCurve)
export(date2yeardec)
export(gillnetfit)
export(growth_length_age)
export(growth_tagging)
export(lfqCreate)
export(lfqFitCurves)
export(lfqModify)
export(lfqRestructure)
export(powell_wetherall)
export(predict_mod)
export(prod_mod)
export(prod_mod_ts)
export(recruitment)
export(select)
export(select_Millar)
export(select_ogive)
export(startingPoint2tanchor)
export(stock_sim)
export(yeardec2date)
import(MASS)
import(doParallel)
import(msm)
import(parallel)
importFrom(GA,ga)
importFrom(GenSA,GenSA)
importFrom(Matrix,colSums)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.cur)
importFrom(grDevices,dev.new)
importFrom(grDevices,dev.off)
importFrom(grDevices,recordPlot)
importFrom(grDevices,rgb)
importFrom(grDevices,terrain.colors)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,axis.Date)
importFrom(graphics,barplot)
importFrom(graphics,box)
importFrom(graphics,contour)
importFrom(graphics,grid)
importFrom(graphics,hist)
importFrom(graphics,identify)
importFrom(graphics,image)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,locator)
importFrom(graphics,matplot)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(propagate,predictNLS)
importFrom(stats,aggregate)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,confint)
importFrom(stats,deviance)
importFrom(stats,dnorm)
importFrom(stats,fitted)
importFrom(stats,glm)
importFrom(stats,lm)
importFrom(stats,lowess)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,nlm)
importFrom(stats,nls)
importFrom(stats,optim)
importFrom(stats,optimise)
importFrom(stats,poisson)
importFrom(stats,predict)
importFrom(stats,qt)
importFrom(stats,resid)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,smooth.spline)
importFrom(stats,update)
importFrom(utils,flush.console)
importFrom(utils,setTxtProgressBar)
importFrom(utils,txtProgressBar)