-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathNAMESPACE
More file actions
44 lines (43 loc) · 1.04 KB
/
NAMESPACE
File metadata and controls
44 lines (43 loc) · 1.04 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
# Generated by roxygen2: do not edit by hand
export(calculate_epv)
export(calculate_threat)
export(plot_convexhull)
export(plot_heatmap)
export(plot_pass)
export(plot_passflow)
export(plot_passnet)
export(plot_pizza)
export(plot_scatter)
export(plot_shot)
export(plot_sonar)
export(plot_timeline)
export(plot_trendline)
export(plot_voronoi)
import(TTR)
import(dplyr)
import(ggplot2)
import(ggrepel)
import(ggsoccer)
import(ggtext)
import(purrr)
import(tidyr)
importFrom(dplyr,filter)
importFrom(dplyr,slice)
importFrom(ggforce,geom_voronoi_segment)
importFrom(ggforce,geom_voronoi_tile)
importFrom(ggplot2,aes)
importFrom(ggplot2,arrow)
importFrom(ggplot2,geom_bin2d)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_fill_gradientn)
importFrom(grDevices,chull)
importFrom(gridExtra,tableGrob)
importFrom(gridExtra,ttheme_minimal)
importFrom(magrittr,"%>%")
importFrom(stats,na.omit)
importFrom(stats,quantile)
importFrom(stringi,stri_c)
importFrom(stringi,stri_trans_general)
importFrom(stringi,stri_wrap)