-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
111 lines (110 loc) · 2.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
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
# Generated by roxygen2: do not edit by hand
export(Biomass.fn)
export(CheckStrata.fn)
export(CreateStrataDF.fn)
export(Format.AKSlope.fn)
export(GetN.fn)
export(GetSppDefault.fn)
export(GetStrata.fn)
export(GetSurveyAbb.fn)
export(PlotBio.fn)
export(PlotBioStrata.fn)
export(PlotFreqData.fn)
export(PlotMap.fn)
export(PlotPresenceAbsence.fn)
export(PlotSexRatio.fn)
export(PlotSexRatioStrata.fn)
export(PlotVarLengthAtAge.fn)
export(PullBio.fn)
export(PullCatch.fn)
export(PullHaul.fn)
export(PullSpp.fn)
export(ReadInAges.fn)
export(ReadInLengths.fn)
export(SexRatio.fn)
export(StrataAreas.fn)
export(StrataFactors.fn)
export(SurveyAFs.fn)
export(SurveyAgeAtLen.fn)
export(SurveyLFs.fn)
export(UnexpandedAFs.fn)
export(UnexpandedLFs.fn)
export(check_dir)
export(check_strata)
export(check_survey)
export(codify_sex)
export(codify_sex_SS3)
export(combine_tows)
export(createMatrix)
export(draw_USEEZ)
export(draw_land)
export(draw_projection)
export(draw_theme)
export(est_growth)
export(est_vbgrowth)
export(estimate_weight_length)
export(filter_pull)
export(fit_vbgrowth)
export(get_design_based)
export(get_expanded_comps)
export(get_input_n)
export(get_json)
export(get_raw_comps)
export(get_species_info)
export(get_url)
export(label_tow_expansion)
export(plot_age_length_sampling)
export(plot_bio_patterns)
export(plot_comps)
export(plot_cpue)
export(plot_index)
export(plot_length_age)
export(plot_proportion)
export(plot_varlenage)
export(plot_weight_length)
export(plot_westcoast)
export(pull_bio)
export(pull_biological_samples)
export(pull_catch)
export(pull_gemm)
export(pull_haul)
export(pull_spp)
export(stopifnotcolumn)
export(wh_plot_proportion)
import(chron)
import(cli)
import(cowplot)
import(dplyr)
import(ggplot2)
import(glue)
import(janitor)
import(reshape2)
import(stringr)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,reframe)
importFrom(dplyr,rename)
importFrom(glue,glue)
importFrom(grDevices,dev.off)
importFrom(grDevices,gray)
importFrom(grDevices,png)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,grid)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,segments)
importFrom(graphics,symbols)
importFrom(rlang,current_env)
importFrom(stats,dnorm)
importFrom(stats,optim)
importFrom(stats,qnorm)
importFrom(stats,sd)
importFrom(stats,var)
importFrom(stringr,str_replace_all)
importFrom(utils,write.csv)