-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
54 lines (53 loc) · 1.15 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
# Generated by roxygen2: do not edit by hand
export(.run_mod)
export(.run_mod_windows)
export(.run_proj)
export(.run_proj_windows)
export(get_results)
export(get_spm)
export(get_vars)
export(plot_Nage_3)
export(plot_R_rel)
export(plot_agefit)
export(plot_ats)
export(plot_avo)
export(plot_bts)
export(plot_cope)
export(plot_cpue)
export(plot_likes)
export(plot_mnage)
export(plot_recruitment)
export(plot_sel)
export(plot_ser)
export(plot_srr)
export(plot_ssb)
export(plot_ssb_rel)
export(read_admb)
export(read_ctl)
export(read_dat)
export(read_fit)
export(read_psv)
export(read_rep)
export(rescale_cov)
export(run_model)
export(run_proj)
export(tab_fit)
export(tab_ref)
export(upperCaseFirst)
export(write_dat)
import(ggplot2)
importFrom(dplyr,filter)
importFrom(ggplot2,expand_limits)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_pointrange)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,guides)
importFrom(ggplot2,labs)
importFrom(stringr,str_split_i)
importFrom(utils,read.csv)
importFrom(utils,read.table)