DNEpie | R Documentation |
Plot advanced results of a DNE surface analysis
DNEpie( DNE_File, main = "", type = "area", convexCol = "hotpink", concaveCol = "deepskyblue" )
DNE_File |
An object that stores the output of the |
main |
User's title for the plot |
type |
string determine which parameters to plot. Default='DNE' also accepts 'area' to plot pie charts of the area. |
convexCol |
Color for the portion of the pie chart representing convex contribution. Default='hotpink'. Accepts any color keyword. |
concaveCol |
Color for the portion of the pie chart representing concave contribution. Default='deepskyblue'. Accepts any color keyword. |
This function creates a pie chart of the total area or DNE of the surface
originating from the concave or convex portions of the surface. The function
defaults to plotting surface area, however, relative proportion of total DNE from the
concave and convex portions of the surface can be plotted by calling type='DNE'
.
Colors can be customized by altering the convexCol
and concaveCol
arguments.
DNE_output <- DNE(Tooth) DNEpie(DNE_output)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.