-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
73 lines (72 loc) · 1.76 KB
/
Copy pathNAMESPACE
File metadata and controls
73 lines (72 loc) · 1.76 KB
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
# Generated by roxygen2: do not edit by hand
export(VB_func)
export(acl_theme)
export(acl_theme_reset)
export(acl_theme_set)
export(create_parameters)
export(diagnose_model)
export(diagnostic_metrics)
export(generate_map)
export(initialize_params)
export(mat_func)
export(plot_CatL)
export(plot_SSB)
export(plot_SSB_Rec)
export(plot_VB)
export(plot_abundance)
export(plot_biomass)
export(plot_catch)
export(plot_deviance)
export(plot_fishing_mortality)
export(plot_pla)
export(plot_recruitment)
export(plot_residuals)
export(plot_retro)
export(plot_ridges)
export(retro_acl)
export(run_acl)
export(sim_acl)
export(sim_cal)
export(sim_data)
importFrom(RColorBrewer,brewer.pal)
importFrom(TMB,MakeADFun)
importFrom(TMB,compile)
importFrom(TMB,sdreport)
importFrom(dplyr,"%>%")
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_gradient)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_minimal)
importFrom(reshape2,melt)
importFrom(scales,pretty_breaks)
importFrom(stats,arima.sim)
importFrom(stats,nlminb)
importFrom(stats,pnorm)
importFrom(stats,rnorm)
importFrom(stats,var)
importFrom(tidyr,gather)
importFrom(tidyr,pivot_longer)
importFrom(utils,head)
importFrom(utils,modifyList)
importFrom(utils,tail)
importFrom(utils,write.csv)