powered by
plotting function
Slope3d(Slope_File, colors = c("blue", "cornflowerblue", "green", "yellowgreen", "yellow", "orangered", "red"), maskNegatives = T, leftOffset = 1, fieldofview = 0, legend = T)
An object that stores the output of the Slope function
A string of colors to build the color gradient
A logical indicating whether to mask the negative slopes or to reflect them into positive slopes
numeric value between -1 and 1 setting the degree of offset for the plotted surface to the left. Larger values set further to right.
Passes an argument to par3d changing the field of view in degrees of the resulting rgl
Logical indicating whether or not a legend shold be displayed
This function creates a heat map on the mesh surface corresponding to the slope of each face calculated by the Slope function. Colors are customizable
# NOT RUN { Slope_output <- Slope(ex_tooth1) Slope3d(Slope_output) # }
Run the code above in your browser using DataLab