-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
159 lines (158 loc) · 4.23 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
# Generated by roxygen2: do not edit by hand
export("%>%")
export(assign_areas)
export(bind_samples)
export(fit_cpue_index_glmmtmb)
export(fit_length_weight)
export(fit_mat_ogive)
export(fit_survey_sets)
export(fit_vb)
export(plot_age_precision)
export(plot_ages)
export(plot_catch)
export(plot_catch_spatial)
export(plot_cpue_spatial)
export(plot_growth)
export(plot_length_weight)
export(plot_lengths)
export(plot_mat_annual_ogives)
export(plot_mat_ogive)
export(plot_maturity_months)
export(plot_predictor_bubbles)
export(plot_qres_histogram)
export(plot_qres_qq)
export(plot_sample_avail)
export(plot_survey_index)
export(plot_survey_sets)
export(plot_vb)
export(predict_cpue_index_tweedie)
export(qres_binomial)
export(qres_gamma)
export(qres_gaussian)
export(qres_tweedie)
export(set_fishing_year)
export(split_catch_by_sex)
export(split_catch_maturity)
export(theme_pbs)
export(tidy_age_precision)
export(tidy_ages_raw)
export(tidy_ages_weighted)
export(tidy_catch)
export(tidy_comps)
export(tidy_comps_commercial)
export(tidy_comps_survey)
export(tidy_cpue_historical)
export(tidy_cpue_index)
export(tidy_lengths_raw)
export(tidy_lengths_weighted)
export(tidy_maturity_months)
export(tidy_sample_avail)
export(tidy_survey_index)
export(tidy_survey_sets)
export(weight_comps)
importFrom(PBSdata,.PBSdataEnv)
importFrom(RColorBrewer,brewer.pal)
importFrom(assertthat,are_equal)
importFrom(assertthat,assert_that)
importFrom(dplyr,anti_join)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,contains)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,if_else)
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(forcats,fct_reorder)
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_rect)
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,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_identity)
importFrom(ggplot2,rel)
importFrom(ggplot2,scale_color_viridis_d)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_colour_viridis_d)
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,theme_light)
importFrom(ggplot2,xlab)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylab)
importFrom(ggplot2,ylim)
importFrom(grDevices,chull)
importFrom(grid,unit)
importFrom(lubridate,yday)
importFrom(lubridate,ymd)
importFrom(magrittr,"%>%")
importFrom(methods,as)
importFrom(rlang,"!!")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,enquo)
importFrom(rlang,quo_name)
importFrom(rlang,sym)
importFrom(rosettafish,en2fr)
importFrom(scales,comma)
importFrom(stats,as.formula)
importFrom(stats,binomial)
importFrom(stats,coef)
importFrom(stats,density)
importFrom(stats,formula)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,model.matrix)
importFrom(stats,pgamma)
importFrom(stats,plogis)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rlnorm)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,t.test)
importFrom(stats,update.formula)
importFrom(utils,data)
importFrom(utils,read.csv)