forked from James-Thorson-NOAA/VAST
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
39 lines (38 loc) · 945 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
# Generated by roxygen2 (4.1.1): do not edit by hand
export(Build_TMB_Fn)
export(Coherence)
export(Crossvalidate_Fn)
export(Data_Fn)
export(Make_Map)
export(Param_Fn)
export(Plot_Overdispersion)
export(Plot_factors)
export(Rerun_Fn)
export(Summarize)
export(Summarize_Covariance)
export(calc_coherence)
export(calc_cov)
export(calc_synchrony)
export(plot_cov)
export(plot_eigen)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,hist)
importFrom(graphics,image)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(stats,cov)
importFrom(stats,cov2cor)
importFrom(stats,na.omit)
importFrom(stats,nlminb)
importFrom(stats,qlogis)
importFrom(stats,rnorm)
importFrom(stats,var)
importFrom(stats,weighted.mean)
importFrom(utils,capture.output)