-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
62 lines (61 loc) · 1.48 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(add_dis)
export(add_singletons)
export(add_singletons_dataset)
export(build_net)
export(compare_props_fs)
export(compare_props_off)
export(compare_props_off_full)
export(count_below)
export(count_elements)
export(download_data)
export(filter_fia)
export(filter_fia_small)
export(filter_miscabund)
export(fs_cd)
export(fs_diff_sampler)
export(fs_div)
export(fs_r2)
export(get_fs_diffs)
export(get_percentile)
export(get_percentiles)
export(get_statevars)
export(list_sites)
export(load_dataset)
export(po_central_tendency)
export(proportion_off)
export(pull_di)
export(pull_di_net)
export(rep_diff_sampler)
export(sample_fs)
export(sample_fs_wrapper)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,distinct_at)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_at)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(e1071,skewness)
importFrom(entropy,KL.empirical)
importFrom(feasiblesads,fill_ks)
importFrom(feasiblesads,fill_ps)
importFrom(feasiblesads,sample_fs)
importFrom(gmp,as.bigz)
importFrom(gmp,sum.bigz)
importFrom(here,here)
importFrom(magrittr,"%>%")
importFrom(reshape2,melt)
importFrom(tidyr,pivot_wider)
importFrom(vegan,diversity)
importFrom(vegan,estimateR)