-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
90 lines (89 loc) · 2.27 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
# Generated by roxygen2: do not edit by hand
export(BioIndex)
export(LFD)
export(Lquant)
export(MEDITS.distance)
export(MEDITS.to.dd)
export(MIW)
export(bubble_plot_by_haul_indexes)
export(bubbleplot_RS_by_hauls)
export(check_date_haul)
export(check_dictionary)
export(check_hauls_TBTA)
export(check_numeric_range)
export(convert_coordinates)
export(dd.distance)
export(dd.to.MEDITS)
export(hauls_position)
export(index_on_grid)
export(index_recr)
export(index_spawn)
export(index_ts_F)
export(index_ts_M)
export(indices_ts)
export(merge_TATBTC)
export(overlayGrid)
export(quant)
export(sex_ratio)
export(sex_ratio_on_grid)
export(spear)
export(spearman)
import(grDevices)
import(graphics)
importFrom(dplyr,arrange)
importFrom(dplyr,group_by)
importFrom(dplyr,summarise)
importFrom(dplyr,summarize)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_map)
importFrom(ggplot2,coord_sf)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_contour)
importFrom(ggplot2,geom_density)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_polygon)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,labs)
importFrom(ggplot2,map_data)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_size)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylab)
importFrom(ggplot2,ylim)
importFrom(grDevices,dev.off)
importFrom(grDevices,tiff)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(gridExtra,grid.arrange)
importFrom(hms,hms)
importFrom(magrittr,"%>%")
importFrom(marmap,as.xyz)
importFrom(marmap,getNOAA.bathy)
importFrom(methods,is)
importFrom(reshape2,dcast)
importFrom(reshape2,melt)
importFrom(stats,aggregate)
importFrom(stats,pt)
importFrom(stats,quantile)
importFrom(stringr,str_split)
importFrom(terra,extract)
importFrom(terra,unwrap)
importFrom(terra,vect)
importFrom(terra,wrap)
importFrom(tidyterra,geom_spatvector)
importFrom(utils,write.table)
importFrom(zip,zip)