Plot advanced results of a DNE surface analysis
DNEDensities(
DNE_File,
main = "",
type = "DNE",
legendPos = "topright",
convexCol = "hotpink",
concaveCol = "deepskyblue"
)
An object that stores the output of the DNE function
User's title for plot. Default is blank
string determining which density plots to make. Default
string to determine location of the legend. Default='topright' see details. is to plot DNE face densities. Alternatively can plot face areas with 'area'
Color for the convex density polygon, Default='hotpink'
Color for the concave density polygon, Default='deepskyblue'
This function creates a set of overlapping density plots of two potential types.
The user can plot overlapping density plots that sort the surface into concave and convex
portions for plotting. The function will default to plotting DNE density values, however
density of face surface areas sorted into concave and convex portions of the surface
can be plotted by calling type='area'
. Colors can be customized by altering the
convexCol
and concaveCol
arguments.
DNE_output <- DNE(Tooth)
DNEDensities(DNE_output)
Run the code above in your browser using DataLab