-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathNAMESPACE
45 lines (44 loc) · 1.04 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
# Generated by roxygen2: do not edit by hand
export(adj2HPD)
export(animateHive)
export(chkHPD)
export(dot2HPD)
export(drawHiveSpline)
export(edge2HPD)
export(manipAxis)
export(mineHPD)
export(plot3dHive)
export(plotHive)
export(ranHiveData)
export(rcsr)
export(sph2cart)
export(sumHPD)
importFrom(RColorBrewer,brewer.pal)
importFrom(grid,gpar)
importFrom(grid,grid.curve)
importFrom(grid,grid.lines)
importFrom(grid,grid.newpage)
importFrom(grid,grid.points)
importFrom(grid,grid.raster)
importFrom(grid,grid.rect)
importFrom(grid,grid.segments)
importFrom(grid,grid.text)
importFrom(grid,pushViewport)
importFrom(grid,unit)
importFrom(grid,viewport)
importFrom(jpeg,readJPEG)
importFrom(plyr,count)
importFrom(png,readPNG)
importFrom(rgl,bg3d)
importFrom(rgl,lines3d)
importFrom(rgl,open3d)
importFrom(rgl,rgl.bringtotop)
importFrom(rgl,rgl.cur)
importFrom(rgl,spheres3d)
importFrom(rgl,text3d)
importFrom(rgl,tkspinControl)
importFrom(stats,na.omit)
importFrom(stats,spline)
importFrom(tcltk,tktoplevel)
importFrom(tcltk,tkwm.title)
importFrom(utils,read.csv)