Learn R Programming

doolkit (version 1.42.2)

dksetview: preset orientations

Description

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

Usage

dksetview(orient = "occlusal")

Value

sets the orientation of the 'rgl' window.

Arguments

orient

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

See Also

dkmap

Examples

Run this code
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"

Run the code above in your browser using DataLab