File: NAMESPACE

package info (click to toggle)
misc3d 0.9-2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 304 kB
  • sloc: makefile: 2
file content (21 lines) | stat: -rw-r--r-- 741 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
export(contour3d,computeContour3d)
export(image3d)
export(parametric3d)
export(slices3d)
export(drawScene,drawScene.rgl)
export(exportScene)
export(surfaceTriangles)
export(makeTriangles,updateTriangles)
export(scaleTriangles,translateTriangles,transformTriangles)
export(perspLighting,phongLighting)
export(kde3d)
export(pointsTetrahedra)
export(linesTetrahedra)

importFrom("grDevices", "col2rgb", "gray.colors", "heat.colors", "rgb")
importFrom("graphics", "image", "lines", "par", "polygon")
importFrom("stats", "dnorm", "quantile", "runif")
importFrom("tcltk", "tclvalue", "tclVar", "tclvalue<-",
           "tkconfigure", "tkbind", "tkframe",
           "tkgrid", "tklabel", "tkscale", "tktitle<-", 
           "tktoplevel", "tkwinfo")