dksetview {doolkit}R Documentation

preset orientations

Description

A function to orient 3d topographical maps using preset values.

Usage

dksetview(orient = "occlusal")

Arguments

orient

a character string indicating the targeted orientation (default is occlusal)

Value

sets the orientation of the 'rgl' window.

See Also

dkmap

Examples

inclinCusp <- inclin(dkmodel$cusp)
dkmap(dkmodel$cusp, inclinCusp, col = "inclin", min.range = 0, max.range = 180)
dksetview()
#possible orientations are "distal", "left", "occlusal", "mesial" and "right"

[Package doolkit version 1.42.2 Index]