-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
93 lines (92 loc) · 2.38 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
# Generated by roxygen2: do not edit by hand
S3method(calc_map,ab_rarity)
S3method(calc_map,area_rarity)
S3method(calc_map,default)
S3method(calc_map,newness)
S3method(calc_map,obs_richness)
S3method(calc_map,occ_density)
S3method(calc_map,pielou_evenness)
S3method(calc_map,spec_occ)
S3method(calc_map,spec_range)
S3method(calc_map,tax_distinct)
S3method(calc_map,total_occ)
S3method(calc_map,williams_evenness)
S3method(calc_ts,ab_rarity)
S3method(calc_ts,area_rarity)
S3method(calc_ts,cum_richness)
S3method(calc_ts,default)
S3method(calc_ts,newness)
S3method(calc_ts,obs_richness)
S3method(calc_ts,occ_density)
S3method(calc_ts,occ_turnover)
S3method(calc_ts,pielou_evenness)
S3method(calc_ts,spec_occ)
S3method(calc_ts,spec_range)
S3method(calc_ts,tax_distinct)
S3method(calc_ts,total_occ)
S3method(calc_ts,williams_evenness)
S3method(plot,ab_rarity)
S3method(plot,area_rarity)
S3method(plot,cum_richness)
S3method(plot,hill0)
S3method(plot,hill1)
S3method(plot,hill2)
S3method(plot,newness)
S3method(plot,obs_richness)
S3method(plot,occ_density)
S3method(plot,occ_turnover)
S3method(plot,pielou_evenness)
S3method(plot,spec_occ)
S3method(plot,spec_range)
S3method(plot,tax_distinct)
S3method(plot,total_occ)
S3method(plot,williams_evenness)
S3method(print,available_indicators)
S3method(print,indicator_map)
S3method(print,indicator_ts)
S3method(print,processed_cube)
S3method(print,processed_cube_dsinfo)
S3method(print,sim_cube)
export("%>%")
export(ab_rarity_map)
export(ab_rarity_ts)
export(area_rarity_map)
export(area_rarity_ts)
export(calc_map)
export(calc_ts)
export(compute_indicator_workflow)
export(cum_richness_ts)
export(get_observed_years)
export(list_species)
export(newness_map)
export(newness_ts)
export(obs_richness_map)
export(obs_richness_ts)
export(occ_density_map)
export(occ_density_ts)
export(occ_turnover_ts)
export(pielou_evenness_map)
export(pielou_evenness_ts)
export(plot_map)
export(plot_species_map)
export(plot_species_ts)
export(plot_ts)
export(process_cube)
export(process_cube_old)
export(spec_occ_map)
export(spec_occ_ts)
export(spec_range_map)
export(spec_range_ts)
export(tax_distinct_map)
export(tax_distinct_ts)
export(total_occ_map)
export(total_occ_ts)
export(williams_evenness_map)
export(williams_evenness_ts)
import(ggplot2)
importFrom(furrr,future_map)
importFrom(future,multisession)
importFrom(future,plan)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(readr,read_csv)