-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathNAMESPACE
70 lines (69 loc) · 1.85 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
# Generated by roxygen2: do not edit by hand
S3method(autoplot,anosim)
S3method(autoplot,cca)
S3method(autoplot,decorana)
S3method(autoplot,envfit)
S3method(autoplot,fisherfit)
S3method(autoplot,isomap)
S3method(autoplot,metaMDS)
S3method(autoplot,poolaccum)
S3method(autoplot,prc)
S3method(autoplot,prestonfit)
S3method(autoplot,rda)
S3method(fortify,anosim)
S3method(fortify,cca)
S3method(fortify,decorana)
S3method(fortify,envfit)
S3method(fortify,fisherfit)
S3method(fortify,isomap)
S3method(fortify,metaMDS)
S3method(fortify,poolaccum)
S3method(fortify,prc)
S3method(fortify,prestonfit)
S3method(valid_layers,cca)
S3method(valid_layers,rda)
export(StatVectorfit)
export(geom_ordi_arrow)
export(geom_ordi_axis)
export(geom_ordi_label)
export(geom_ordi_point)
export(geom_ordi_text)
export(ggscores)
export(ordiggplot)
export(stat_vectorfit)
export(valid_layers)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,fortify)
importFrom(ggplot2,geom_bar)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_label)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_rug)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,layer)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,stat_function)
importFrom(ggplot2,theme)
importFrom(ggrepel,geom_label_repel)
importFrom(ggrepel,geom_text_repel)
importFrom(grid,arrow)
importFrom(grid,unit)
importFrom(stats,coef)
importFrom(stats,model.frame)
importFrom(stats,setNames)
importFrom(stats,weights)
importFrom(tidyr,gather)
importFrom(utils,modifyList)
importFrom(vegan,scores)
importFrom(vegan,vectorfit)