-
Notifications
You must be signed in to change notification settings - Fork 17
/
NAMESPACE
147 lines (146 loc) · 3.4 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
# Generated by roxygen2: do not edit by hand
S3method(as.rimg,"magick-image")
S3method(as.rimg,cimg)
S3method(as.rimg,default)
S3method(imager::as.cimg,rimg)
S3method(merge,rspec)
S3method(plot,colspace)
S3method(plot,rimg)
S3method(plot,rspec)
S3method(plot,sensmod)
S3method(points,colspace)
S3method(subset,colspace)
S3method(subset,rspec)
S3method(subset,vismodel)
S3method(summary,colspace)
S3method(summary,rimg)
S3method(summary,rspec)
S3method(summary,vismodel)
export(adjacent)
export(aggplot)
export(aggspec)
export(as.rimg)
export(as.rspec)
export(axistetra)
export(bootcoldist)
export(categorical)
export(catplot)
export(cie)
export(cieplot)
export(classify)
export(coc)
export(cocplot)
export(coldist)
export(coldist2mat)
export(colspace)
export(diplot)
export(dispace)
export(explorespec)
export(flux2irrad)
export(getimg)
export(getspec)
export(hexagon)
export(hexplot)
export(irrad2flux)
export(is.colspace)
export(is.rimg)
export(is.rspec)
export(is.vismodel)
export(jnd2xyz)
export(jndplot)
export(jndrot)
export(legendtetra)
export(peakshape)
export(plotsmooth)
export(procimg)
export(procspec)
export(projplot)
export(projpoints)
export(rimg2magick)
export(segplot)
export(segspace)
export(sensdata)
export(sensmodel)
export(simulate_spec)
export(spec2rgb)
export(tcspace)
export(tcsplot)
export(tcspoints)
export(tcsvol)
export(tetraplot)
export(triplot)
export(trispace)
export(vismodel)
export(vol)
export(voloverlap)
importFrom(cluster,clara)
importFrom(farver,compare_colour)
importFrom(future.apply,future_lapply)
importFrom(geometry,bary2cart)
importFrom(geometry,convhulln)
importFrom(geometry,intersectn)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,as.raster)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,convertColor)
importFrom(grDevices,dev.new)
importFrom(grDevices,dev.off)
importFrom(grDevices,n2mfrow)
importFrom(grDevices,rgb)
importFrom(grDevices,trans3d)
importFrom(graphics,abline)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,grconvertX)
importFrom(graphics,grconvertY)
importFrom(graphics,image)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,locator)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot.default)
importFrom(graphics,plot.new)
importFrom(graphics,plot.window)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rasterImage)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(lightr,lr_get_spec)
importFrom(magick,image_data)
importFrom(magick,image_flop)
importFrom(magick,image_info)
importFrom(magick,image_read)
importFrom(magick,image_resize)
importFrom(magick,image_rotate)
importFrom(plot3D,perspbox)
importFrom(progressr,progressor)
importFrom(progressr,with_progress)
importFrom(stats,aggregate)
importFrom(stats,approx)
importFrom(stats,cor)
importFrom(stats,dist)
importFrom(stats,fft)
importFrom(stats,kmeans)
importFrom(stats,loess)
importFrom(stats,loess.smooth)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(tools,file_path_sans_ext)
importFrom(utils,combn)
importFrom(utils,hasName)
importFrom(utils,head)
importFrom(utils,modifyList)
importFrom(utils,object.size)
importFrom(utils,tail)