-
Notifications
You must be signed in to change notification settings - Fork 5
/
NAMESPACE
106 lines (105 loc) · 2.75 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
# Generated by roxygen2: do not edit by hand
export(abund_rel)
export(abund_rel_vec)
export(add_trans)
export(calc_z)
export(ce)
export(dynamics)
export(extract_df)
export(find_msyr)
export(get_diff)
export(get_dz)
export(get_f)
export(get_mnpl)
export(get_rf)
export(getfecmax)
export(ggradar)
export(inv_logit)
export(logit)
export(make_ptable)
export(multiplot_proj)
export(npr)
export(plot_bycatch_guesses)
export(plot_pinnipeds)
export(plot_proj)
export(plot_yield_curve)
export(pop_vs_yield)
export(prob_rebuilt_goal)
export(projections)
export(rebuild_by_x)
export(run_app)
export(traj_list_to_df)
import(shiny)
importFrom(config,get)
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,funs)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_at)
importFrom(dplyr,recode)
importFrom(dplyr,recode_factor)
importFrom(dplyr,rename)
importFrom(dplyr,rename_with)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,vars)
importFrom(forcats,fct_recode)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_errorbar)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_label)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_linerange)
importFrom(ggplot2,geom_path)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_violin)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,label_bquote)
importFrom(ggplot2,labs)
importFrom(ggplot2,position_dodge)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_colour_viridis_c)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_classic)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,unit)
importFrom(ggplot2,xlab)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylab)
importFrom(ggplot2,ylim)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(htmltools,HTML)
importFrom(htmltools,tagAppendAttributes)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(shiny,column)
importFrom(shiny,shinyApp)
importFrom(stats,rlnorm)
importFrom(stringr,str_replace)
importFrom(tibble,add_column)
importFrom(tidyr,expand)
importFrom(tidyr,expand_grid)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(utils,write.csv)