-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
65 lines (64 loc) · 1.68 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(add_in_area)
export(add_stations)
export(cache_pbs_data_iphc)
export(calc_iphc_full_res)
export(calc_iphc_ser_EF)
export(calc_iphc_ser_E_and_F)
export(calc_iphc_ser_all)
export(check_iphc_spp_name)
export(format_iphc_longest)
export(get_all_iphc_set_counts)
export(get_combined_species)
export(get_iphc_hooks)
export(get_iphc_sets_info)
export(get_iphc_skates_info)
export(get_iphc_spp_name)
export(iphc_format_for_EAFM)
export(iphc_get_calc_plot_area)
export(iphc_get_calc_plot_full)
export(iphc_get_calc_plot_orig)
export(plot_BC)
export(plot_IPHC_ser_ABCD)
export(plot_IPHC_ser_E_and_F)
export(plot_IPHC_ser_four_panels)
export(plot_IPHC_ser_four_panels_ABCD)
export(plot_iphc_map)
export(plot_iphc_map_panel)
export(sp_hyphenate)
export(tidy_iphc_survey)
importFrom(boot,boot)
importFrom(boot,boot.ci)
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,contains)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,inner_join)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,right_join)
importFrom(dplyr,select)
importFrom(dplyr,semi_join)
importFrom(dplyr,summarise)
importFrom(dplyr,tibble)
importFrom(dplyr,ungroup)
importFrom(gfdata,inject_filter)
importFrom(gfdata,run_sql)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
importFrom(stats,sd)
importFrom(stats,t.test)
importFrom(utils,read.csv)