-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathNAMESPACE
35 lines (34 loc) · 888 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
# Generated by roxygen2: do not edit by hand
S3method(confint,cyclic_shift)
export(RAC_change)
export(RAC_difference)
export(abundance_change)
export(abundance_difference)
export(community_diversity)
export(community_stability)
export(community_structure)
export(curve_change)
export(curve_difference)
export(cyclic_shift)
export(mean_rank_shift)
export(multivariate_change)
export(multivariate_difference)
export(rank_shift)
export(rate_change)
export(rate_change_interval)
export(synchrony)
export(turnover)
export(variance_ratio)
importFrom(permute,shuffleSeries)
importFrom(stats,aggregate)
importFrom(stats,aggregate.data.frame)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,confint)
importFrom(stats,lm)
importFrom(stats,reshape)
importFrom(stats,sd)
importFrom(stats,stepfun)
importFrom(stats,var)
importFrom(utils,capture.output)
importFrom(vegan,vegdist)