forked from atmoschem/respeciate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
115 lines (114 loc) · 2.92 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
109
110
111
112
113
114
115
# Generated by roxygen2: do not edit by hand
S3method(as.respeciate,default)
S3method(merge,respeciate)
S3method(plot,respeciate)
S3method(plot,rsp_pls)
S3method(print,respeciate)
S3method(print,rsp_pls)
S3method(summary,respeciate)
export(as.respeciate)
export(pls_fit_species)
export(pls_plot)
export(pls_plot_profile)
export(pls_plot_species)
export(pls_rebuild)
export(pls_refit_species)
export(pls_report)
export(pls_test)
export(rsp)
export(rsp_average_profile)
export(rsp_build_simx)
export(rsp_build_x)
export(rsp_cor_species)
export(rsp_dcast)
export(rsp_dcast_profile)
export(rsp_dcast_profile_id)
export(rsp_dcast_species)
export(rsp_dcast_species_id)
export(rsp_distance_profile)
export(rsp_eu)
export(rsp_eu_pm10)
export(rsp_eu_pm2.5)
export(rsp_find_profile)
export(rsp_find_species)
export(rsp_id_btex)
export(rsp_id_copy)
export(rsp_id_nalkane)
export(rsp_id_pah16)
export(rsp_info)
export(rsp_lbind)
export(rsp_match_profile)
export(rsp_melt_wide)
export(rsp_pad)
export(rsp_plot_match)
export(rsp_plot_profile)
export(rsp_plot_species)
export(rsp_pls_x)
export(rsp_profile)
export(rsp_profile_info)
export(rsp_rescale)
export(rsp_rescale_profile)
export(rsp_rescale_species)
export(rsp_species_info)
export(rsp_us_gas)
export(rsp_us_other)
export(rsp_us_pm)
export(rsp_us_pm.ae6)
export(rsp_us_pm.ae8)
export(rsp_us_pm.cr1)
export(rsp_us_pm.simplified)
importFrom(data.table,":=")
importFrom(grDevices,as.graphicsAnnot)
importFrom(grDevices,cm.colors)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.flush)
importFrom(grDevices,dev.hold)
importFrom(grDevices,heat.colors)
importFrom(grDevices,rainbow)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,grid)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot.new)
importFrom(graphics,plot.window)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(lattice,barchart)
importFrom(lattice,panel.abline)
importFrom(lattice,panel.barchart)
importFrom(lattice,panel.grid)
importFrom(lattice,panel.xyplot)
importFrom(lattice,prepanel.default.xyplot)
importFrom(lattice,simpleTheme)
importFrom(lattice,trellis.par.get)
importFrom(lattice,xyplot)
importFrom(lattice,yscale.components.default)
importFrom(latticeExtra,doubleYScale)
importFrom(latticeExtra,panel.ablineq)
importFrom(stats,AIC)
importFrom(stats,as.formula)
importFrom(stats,coefficients)
importFrom(stats,cophenetic)
importFrom(stats,cor)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,formula)
importFrom(stats,hclust)
importFrom(stats,heatmap)
importFrom(stats,lm)
importFrom(stats,na.omit)
importFrom(stats,nls)
importFrom(stats,nls.control)
importFrom(stats,predict)
importFrom(stats,sd)
importFrom(stats,update)
importFrom(utils,head)
importFrom(utils,modifyList)
importFrom(utils,packageVersion)