-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
108 lines (107 loc) · 2.9 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
# Generated by roxygen2: do not edit by hand
export("%>%")
export(add_upr)
export(central_diff)
export(choose_survey_grid)
export(clean_name)
export(fit_cpue_indices)
export(fit_sdmTMB_westcoast)
export(fit_survey_maps)
export(fourth_root_power_trans)
export(get_data)
export(get_fderiv)
#export(get_iphc_hook_data)
export(get_iphc_pos_sets)
export(get_iphc_stitched_index)
export(get_ll_bait_counts)
export(get_pstar)
export(get_spp_names)
export(get_stitch_lu)
export(get_stitched_index)
export(gg_color_hue)
export(make_pages)
export(plot_catches)
export(plot_cpue_indices)
export(plot_cpue_spaghetti)
export(plot_pstar)
export(plot_survey_maps)
export(prep_iphc_stitch_dat)
export(prep_mssm_dat)
export(prep_stitch_dat)
export(prep_stitch_grids)
export(rougheye_split)
import(gfplot)
importFrom(RColorBrewer,brewer.pal)
importFrom(dplyr,"%>%")
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(foreach,"%do%")
importFrom(foreach,"%dopar%")
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,coord_equal)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_path)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_polygon)
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labeller)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_identity)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_fill_continuous)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_shape_manual)
importFrom(ggplot2,scale_size_area)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,stat_summary_hex)
importFrom(ggplot2,theme)
importFrom(ggplot2,xlab)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylab)
importFrom(ggplot2,ylim)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(grid,unit)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
importFrom(rosettafish,en2fr)
importFrom(stats,quantile)
importFrom(utils,capture.output)