-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
78 lines (77 loc) · 2.11 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
71
72
73
74
75
76
77
78
# Generated by roxygen2: do not edit by hand
S3method(autoplot,MAT)
S3method(autoplot,RNE)
S3method(autoplot,WA)
S3method(autoplot,WAPLS)
S3method(autoplot,analogue_distances)
S3method(autoplot,residLen)
S3method(fortify,MAT)
S3method(fortify,MLRC)
S3method(fortify,RNE)
S3method(fortify,WA)
S3method(fortify,WAPLS)
S3method(fortify,residLen)
export(analogue_distances)
export(autoplot.residLen)
export(plot_chron_info)
export(secondary_scale)
export(species_to_italics)
export(summary_plot)
importFrom(RColorBrewer,brewer.pal)
importFrom(dplyr,bind_cols)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,tibble)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,as_labeller)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,coord_equal)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,fortify)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_hline)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_colour_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_linetype_manual)
importFrom(ggplot2,scale_shape_manual)
importFrom(ggplot2,theme)
importFrom(ggplot2,ylab)
importFrom(ggrepel,geom_text_repel)
importFrom(graphics,axis)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,text)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_df)
importFrom(purrr,walk)
importFrom(rioja,MAT)
importFrom(rioja,figCnvt)
importFrom(rlang,.data)
importFrom(stats,approx)
importFrom(stats,as.dist)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stringr,str_detect)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_which)
importFrom(tibble,tibble)
importFrom(tidyr,gather)