-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
52 lines (51 loc) · 1.38 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
# Generated by roxygen2: do not edit by hand
export(CM.calculateCenterline)
export(CM.generatePolygon)
export(CM.ini)
export(CM.par)
export(CM.plotMetrics)
export(CM.plotPlanView)
export(CM.plotWidth)
export(CM.processCenterline)
export(CM.resampleCenterline)
export(CM.run)
export(CM.writeData)
importFrom(grDevices,colors)
importFrom(grDevices,dev.copy)
importFrom(grDevices,dev.copy2pdf)
importFrom(grDevices,dev.off)
importFrom(grDevices,graphics.off)
importFrom(grDevices,png)
importFrom(graphics,abline)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(rgl,abclines3d)
importFrom(rgl,clear3d)
importFrom(rgl,plot3d)
importFrom(rgl,points3d)
importFrom(rgl,segments3d)
importFrom(shapefiles,convert.to.shapefile)
importFrom(shapefiles,write.shapefile)
importFrom(sp,point.in.polygon)
importFrom(spatstat.geom,dirichlet)
importFrom(spatstat.geom,nncross)
importFrom(spatstat.geom,owin)
importFrom(spatstat.geom,ppp)
importFrom(spatstat.geom,psp)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,princomp)
importFrom(stringr,str_pad)
importFrom(utils,data)
importFrom(utils,head)
importFrom(utils,modifyList)
importFrom(utils,packageVersion)
importFrom(utils,read.table)
importFrom(utils,str)
importFrom(utils,tail)
importFrom(utils,write.table)
importFrom(zoo,rollapply)