-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
87 lines (86 loc) · 1.91 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
# Generated by roxygen2: do not edit by hand
export(beta_div_quick)
export(bt_metrics)
export(event_distance)
export(event_stretches)
export(getCovType)
export(get_ab)
export(get_colonizers)
export(get_data_all)
export(get_iters)
export(get_response)
export(get_show_up_spp)
export(ifInd_strip_noInd)
export(local_rich_sample)
export(make_mapDat)
export(make_owin)
export(mk_cov_rv)
export(mk_cov_rv_pow)
export(msomData)
export(msom_params)
export(mytrace)
export(plot_ab)
export(plot_btemp_map)
export(plot_ce)
export(plot_ce_wrap)
export(plot_colExt_perStrat)
export(plot_col_vs_unobsSpp)
export(plot_post_corr)
export(plot_rank_temp)
export(plot_rich_bt_scatter)
export(plot_rich_bt_ts)
export(plot_space)
export(plot_traceplot)
export(post_trend)
export(process_msomStatic)
export(process_obsRich)
export(psi.max)
export(psi.opt)
export(psi.tol)
export(range_sample)
export(rank_temp)
export(run_msom)
export(run_sac)
export(seqAgg)
export(spatial_ac)
export(streak_length)
export(timeSlope)
export(trawl_layout)
export(trim_msom)
export(tsTau)
export(unpack_p)
export(unscale)
import(data.table)
import(rbLib)
import(trawlData)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,col2rgb)
importFrom(grDevices,dev.off)
importFrom(grDevices,rainbow)
importFrom(grDevices,recordPlot)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,barplot)
importFrom(graphics,layout)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,pairs)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(methods,as)
importFrom(stats,coef)
importFrom(stats,cor)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,plogis)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,rbinom)
importFrom(stats,residuals)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,vcov)
importFrom(utils,head)
importFrom(utils,tail)