-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
108 lines (107 loc) · 3 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
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
# Generated by roxygen2: do not edit by hand
S3method("[",geochemical_dataset)
S3method(plot,geochemical_dataset)
export(Fournier.Potter.geothermometer)
export(GQAnalyzer_gui)
export(K.Mg.geothermometer)
export(Li.Mg.geothermometer)
export(Na.K.Ca.geothermometer)
export(Na.K.geothermometers)
export(add_grid_lines_piper)
export(add_grid_lines_ternary)
export(add_labels_multirectangular)
export(add_labels_piper)
export(add_labels_ternary)
export(add_lines_giggenbach)
export(add_lines_modified_piper)
export(anion_cation_transform)
export(anomaly_concentration_area_method)
export(anomaly_graphical_method)
export(anomaly_statistical_methods)
export(calculate_convervative_mixing)
export(calculate_geothermometers)
export(classification_reactions_piper_mode)
export(constrained_lm)
export(convert_meql)
export(durov_transform)
export(durov_transform1)
export(geochemical_dataset)
export(ggplot_durov)
export(ggplot_giggenbach)
export(ggplot_maucha)
export(ggplot_modified_piper)
export(ggplot_multirectangular)
export(ggplot_piper)
export(ggplot_radial)
export(ggplot_stiff)
export(ggplot_ternary)
export(giggenbach_ternary_transform)
export(ilr_transform)
export(m3_mixing_model)
export(maucha_transform)
export(modified_piper_transform)
export(multirectangular_transform)
export(piper_classification)
export(piper_transform)
export(plot_durov)
export(plot_giggenbach)
export(plot_ilr)
export(plot_maucha)
export(plot_modified_piper)
export(plot_multirectangular)
export(plot_piper)
export(plot_radial)
export(plot_schoeller)
export(plot_stiff)
export(plot_ternary)
export(radial_transform)
export(select_end_members)
export(silica.geothermometers)
export(stiff_transform)
export(ternary_transform)
export(transform_piper_data)
export(uncertainty_m3_mixing_model)
import(shiny)
importFrom(MASS,stepAIC)
importFrom(dplyr,full_join)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,annotate)
importFrom(ggplot2,coord_equal)
importFrom(ggplot2,coord_fixed)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_path)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_polygon)
importFrom(ggplot2,geom_qq)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,scale_color_discrete)
importFrom(ggplot2,scale_color_gradientn)
importFrom(ggplot2,scale_colour_gradientn)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_log10)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,theme_gray)
importFrom(ggrepel,geom_label_repel)
importFrom(grDevices,chull)
importFrom(grDevices,rainbow)
importFrom(graphics,plot)
importFrom(gridExtra,arrangeGrob)
importFrom(gridExtra,grid.arrange)
importFrom(magrittr,"%>%")
importFrom(pracma,inv)
importFrom(sp,point.in.polygon)
importFrom(stats,lm)
importFrom(stats,predict)
importFrom(stats,princomp)
importFrom(stats,quantile)
importFrom(stats,residuals)
importFrom(stats,rlnorm)
importFrom(stats,sd)
importFrom(tidyr,gather)