forked from yaweige/ggpcp
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
48 lines (47 loc) · 1.15 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
# Generated by roxygen2: do not edit by hand
S3method(to_basic,GeomPcp)
export(GeomPcp)
export(GeomPcp_axes)
export(GeomPcp_boxes)
export(GeomPcp_labels)
export(aes_pcp)
export(geom_pcp)
export(geom_pcp_axes)
export(geom_pcp_boxes)
export(geom_pcp_labels)
export(pcp_arrange)
export(pcp_scale)
export(pcp_select)
export(theme_pcp)
import(ggplot2)
importFrom(assertthat,assert_that)
importFrom(assertthat,has_name)
importFrom(dplyr,`%>%`)
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,arrange)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,starts_with)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(ggplot2,"%+replace%")
importFrom(ggplot2,fortify)
importFrom(grid,grobTree)
importFrom(plotly,to_basic)
importFrom(rlang,":=")
importFrom(stats,mad)
importFrom(stats,median)
importFrom(tibble,as_tibble)
importFrom(tidyr,gather)
importFrom(tidyr,nest)
importFrom(tidyr,pivot_longer)
importFrom(tidyr,pivot_wider)
importFrom(tidyr,unnest)
importFrom(utils,getFromNamespace)