-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathNAMESPACE
183 lines (182 loc) · 4.98 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
# Generated by roxygen2: do not edit by hand
S3method(effects::Effect, fit_model)
S3method(get_coef,fit_model)
S3method(get_predict,fit_model)
S3method(get_vcov,fit_model)
S3method(plot,fit_model)
S3method(plot,make_extrapolation_info)
S3method(plot,make_spatial_info)
S3method(predict,fit_model)
S3method(print,fit_model)
S3method(print,make_data)
S3method(print,make_extrapolation_info)
S3method(print,make_model)
S3method(print,make_spatial_info)
S3method(set_coef,fit_model)
S3method(summary,fit_model)
export(Build_TMB_Fn)
export(Calc_Anisotropic_Mesh)
export(Calc_Polygon_Areas_and_Polygons_Fn)
export(Data_Fn)
export(Effect.fit_model)
export(Param_Fn)
export(Plot_Overdispersion)
export(Plot_factors)
export(Prepare_AI_Extrapolation_Data_Fn)
export(Prepare_BC_Coast_Extrapolation_Data_Fn)
export(Prepare_BFISH_MHI_Extrapolation_Data_Fn)
export(Prepare_BSslope_Extrapolation_Data_Fn)
export(Prepare_Chukchi_Extrapolation_Data_Fn)
export(Prepare_EBS_Extrapolation_Data_Fn)
export(Prepare_GOA_Extrapolation_Data_Fn)
export(Prepare_GOM_Extrapolation_Data_Fn)
export(Prepare_GSL_Extrapolation_Data_Fn)
export(Prepare_HabCam_Extrapolation_Data_Fn)
export(Prepare_NBS_Extrapolation_Data_Fn)
export(Prepare_NWA_Extrapolation_Data_Fn)
export(Prepare_NZ_Extrapolation_Data_Fn)
export(Prepare_Other_Extrapolation_Data_Fn)
export(Prepare_SA_Extrapolation_Data_Fn)
export(Prepare_SMI_Extrapolation_Data_Fn)
export(Prepare_User_Extrapolation_Data_Fn)
export(Prepare_WCGBTS_Extrapolation_Data_Fn)
export(Prepare_WCGHL_Extrapolation_Data_Fn)
export(Print_Message)
export(Summarize_Covariance)
export(TMBAIC)
export(amend_output)
export(apply_epsilon)
export(calc_cov)
export(calculate_knot_areas)
export(calculate_proportion)
export(check_fit)
export(combine_extrapolation_info)
export(combine_lists)
export(convert_shapefile)
export(convert_version_name)
export(fit_model)
export(fit_tmb)
export(get_latest_version)
export(list_parameters)
export(load_example)
export(make_covariates)
export(make_data)
export(make_extrapolation_info)
export(make_kmeans)
export(make_map)
export(make_map_info)
export(make_mesh)
export(make_model)
export(make_parameters)
export(make_settings)
export(make_spatial_info)
export(match_strata_fn)
export(oneStepPredict_deltaModel)
export(plot_anisotropy)
export(plot_biomass_index)
export(plot_clusters)
export(plot_data)
export(plot_dharma)
export(plot_factors)
export(plot_index)
export(plot_legend)
export(plot_loadings)
export(plot_maps)
export(plot_overdispersion)
export(plot_quantile_residuals)
export(plot_range_edge)
export(plot_range_index)
export(plot_residual_semivariance)
export(plot_results)
export(plot_similarity)
export(plot_timeseries)
export(plot_variable)
export(project_coordinates)
export(project_model)
export(reload_model)
export(rotate_factors)
export(sample_variable)
export(simulate_data)
export(strip_units)
importFrom(fmesher,fm_evaluator)
importFrom(fmesher,fm_fem)
importFrom(fmesher,fm_mesh_2d)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,jpeg)
importFrom(grDevices,png)
importFrom(grDevices,rainbow)
importFrom(grDevices,rgb)
importFrom(grDevices,tiff)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,contour)
importFrom(graphics,hist)
importFrom(graphics,image)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,matplot)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.new)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(marginaleffects,get_coef)
importFrom(marginaleffects,get_predict)
importFrom(marginaleffects,get_vcov)
importFrom(marginaleffects,set_coef)
importFrom(methods,as)
importFrom(methods,formalArgs)
importFrom(methods,is)
importFrom(methods,slot)
importFrom(stats,.getXlevels)
importFrom(stats,cor)
importFrom(stats,cov)
importFrom(stats,cov2cor)
importFrom(stats,cutree)
importFrom(stats,delete.response)
importFrom(stats,dist)
importFrom(stats,gaussian)
importFrom(stats,hclust)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,nlminb)
importFrom(stats,optimHess)
importFrom(stats,pchisq)
importFrom(stats,pgamma)
importFrom(stats,plnorm)
importFrom(stats,plogis)
importFrom(stats,pnorm)
importFrom(stats,poisson)
importFrom(stats,qlogis)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,rgamma)
importFrom(stats,rlnorm)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,terms)
importFrom(stats,update.formula)
importFrom(stats,var)
importFrom(stats,varimax)
importFrom(stats,weighted.mean)
importFrom(utils,capture.output)
importFrom(utils,data)
importFrom(utils,example)
importFrom(utils,head)
importFrom(utils,packageDescription)
importFrom(utils,packageVersion)
importFrom(utils,tail)
importFrom(utils,write.csv)