-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
130 lines (129 loc) · 3.14 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
# Generated by roxygen2: do not edit by hand
S3method(get_Assess_Estimates,MMSE)
S3method(get_Assess_Estimates,MSE)
S3method(get_Assess_Estimates,list)
S3method(get_LifeHistory,Hist)
S3method(get_LifeHistory,MMSE)
S3method(get_LifeHistory,MSE)
S3method(get_LifeHistory,list)
S3method(get_Metadata,Hist)
S3method(get_Metadata,MMSE)
S3method(get_Metadata,MSE)
S3method(get_Metadata,list)
S3method(get_Years,Hist)
S3method(get_Years,MMSE)
S3method(get_Years,MSE)
S3method(get_Years,multiHist)
S3method(get_at_Age,Hist)
S3method(get_at_Age,MMSE)
S3method(get_at_Age,MSE)
S3method(get_at_Age,list)
S3method(get_at_Age,multiHist)
S3method(get_at_Length,multiHist)
S3method(get_at_age_ts,MMSE)
S3method(get_at_age_ts,multiHist)
S3method(get_ts,Hist)
S3method(get_ts,MMSE)
S3method(get_ts,MSE)
S3method(get_ts,list)
S3method(get_ts,multiHist)
export(cm2inch)
export(demo)
export(divide_10)
export(divide_100)
export(divide_1000)
export(get_Assess_Estimates)
export(get_Biomass)
export(get_Biomass_at_Age)
export(get_F)
export(get_Landings)
export(get_LifeHistory)
export(get_Metadata)
export(get_Number_at_Age)
export(get_Recruits)
export(get_Removals)
export(get_SB_SBMSY)
export(get_SSB)
export(get_SSB_at_Age)
export(get_Years)
export(get_at_Age)
export(get_at_Length)
export(get_at_age_ts)
export(get_ts)
export(inch2cm)
export(inch2mm)
export(kg2_1000lb)
export(kg2lb)
export(kg2mt)
export(lb2kg)
export(lb2mt)
export(mm2inch)
export(multiply_10)
export(multiply_100)
export(multiply_1000)
export(plot_Biomass)
export(plot_F)
export(plot_Landings)
export(plot_Length)
export(plot_LifeHistory)
export(plot_Maturity)
export(plot_N.Mortality)
export(plot_Recruits)
export(plot_Removals)
export(plot_Retention)
export(plot_SSB)
export(plot_Select)
export(plot_Select_Maturity)
export(plot_TS)
export(plot_Weight)
export(plot_at_Age)
export(theme_default)
export(userguide)
export(valid_at_age_ts_variables)
export(valid_ts_variables)
importFrom(DLMtool,AvC)
importFrom(DLMtool,Itarget1)
importFrom(DLMtool,matlenlim)
importFrom(MSEtool,Kplot)
importFrom(MSEtool,Pplot)
importFrom(MSEtool,Tplot)
importFrom(MSEtool,runMSE)
importFrom(SAMtool,DDSS_MSY)
importFrom(crayon,blue)
importFrom(dplyr,"%>%")
importFrom(dplyr,all_of)
importFrom(dplyr,bind_rows)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,join_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,expand_limits)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(ggplot2,rel)
importFrom(ggplot2,scale_color_brewer)
importFrom(ggplot2,scale_fill_brewer)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_light)
importFrom(grid,unit)
importFrom(purrr,map2_df)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(utils,globalVariables)
importFrom(utils,head)
importFrom(utils,tail)