-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
36 lines (35 loc) · 980 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(RHG)
export(RHG_graph)
export(RHG_graph_coefficients)
export(check_dimensionType)
export(check_regions)
export(region_dimension_graph)
export(region_graph)
export(region_min_max)
export(regional_curves)
importFrom(cli,cli_abort)
importFrom(dplyr,"%>%")
importFrom(dplyr,bind_rows)
importFrom(dplyr,filter)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotation_logticks)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,label_wrap_gen)
importFrom(ggplot2,labeller)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_x_log10)
importFrom(ggplot2,scale_y_log10)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,vars)
importFrom(lifecycle,deprecated)
importFrom(rlang,.data)
importFrom(stringr,str_extract)
importFrom(tidyr,pivot_longer)