forked from huazai-beyond121/gghpcc
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
110 lines (109 loc) · 2.64 KB
/
NAMESPACE
File metadata and controls
110 lines (109 loc) · 2.64 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
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
107
108
109
110
# Generated by roxygen2: do not edit by hand
S3method(add_link,cor_tbl)
S3method(add_link,cor_tbl_fct)
S3method(add_link,data.frame)
S3method(add_link,default)
S3method(add_link,mantel_tbl)
S3method(as_cor_tbl,cor_tbl_fct)
S3method(as_cor_tbl,data.frame)
S3method(as_cor_tbl,default)
S3method(as_cor_tbl,mantel_tbl)
S3method(as_cor_tbl,matrix)
S3method(as_cor_tbl,rcorr)
S3method(as_cor_tbl_fct,cor_tbl)
S3method(as_cor_tbl_fct,default)
S3method(as_cor_tbl_fct,mantel_tbl)
S3method(as_cor_tbl_fct,rcorr)
S3method(ggcor_,cor_tbl)
S3method(ggcor_,cor_tbl_fct)
S3method(ggcor_,default)
S3method(ggcor_,mantel_tbl)
S3method(ggcor_,rcorr)
S3method(ggplot_add,link_fun)
S3method(plot,cor_tbl)
S3method(plot,cor_tbl_fct)
S3method(print,cor_tbl)
S3method(print,cor_tbl_fct)
export(GeomCircle2)
export(GeomConfbox)
export(GeomCross)
export(GeomEllipse2)
export(GeomMark)
export(GeomNum)
export(GeomPie2)
export(GeomShade)
export(GeomSquare)
export(GeomStar)
export(add_diaglab)
export(add_link)
export(as_cor_tbl)
export(as_cor_tbl_fct)
export(cor_tbl_showdiag)
export(cor_tbl_type)
export(cor_tbl_xname)
export(cor_tbl_yname)
export(cor_test)
export(draw_key_cross)
export(extra_params)
export(fortify_cor)
export(fortify_mantel)
export(geom_circle2)
export(geom_color)
export(geom_colour)
export(geom_confbox)
export(geom_cross)
export(geom_ellipse2)
export(geom_mark)
export(geom_num)
export(geom_pie2)
export(geom_shade)
export(geom_square)
export(geom_star)
export(get_data)
export(get_diag_data)
export(get_diag_tri)
export(get_lower_data)
export(get_upper_data)
export(ggcor)
export(ggcor_)
export(is_cor_tbl)
export(is_cor_tbl_fct)
export(is_mantel_tbl)
export(link_params)
export(mantel_test)
export(matrix_order)
export(point_params)
export(remove_axis)
export(scale_color_gradient2n)
export(scale_color_steps2n)
export(scale_colour_gradient2n)
export(scale_colour_steps2n)
export(scale_fill_gradient2n)
export(scale_fill_steps2n)
export(text_params)
export(theme_cor)
export(theme_cor2)
importFrom(dplyr,"%>%")
importFrom(ggplot2,Geom)
importFrom(ggplot2,GeomLine)
importFrom(ggplot2,GeomPolygon)
importFrom(ggplot2,GeomSegment)
importFrom(ggplot2,GeomText)
importFrom(ggplot2,aes)
importFrom(ggplot2,continuous_scale)
importFrom(ggplot2,draw_key_blank)
importFrom(ggplot2,draw_key_polygon)
importFrom(ggplot2,draw_key_text)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,ggproto)
importFrom(ggplot2,layer)
importFrom(ggplot2,position_nudge)
importFrom(ggplot2,theme)
importFrom(grid,grobTree)
importFrom(stats,cor.test)
importFrom(stats,dist)
importFrom(vegan,vegdist)