powered by
This function draws a rectangular prism using three-dimensional limits
prism(LSL = LSL, USL = USL, add = TRUE, xlim = xlim, ylim = ylim, zlim = zlim, ...)
is the lower specification limit
is the upper specification limit
xlim
ylim
zlim
additional parameters
# NOT RUN { require(rgl) LSL <- c( 0.60, 0.30, 49.00) USL <- c(1.40, 1.70, 51.00) prism(LSL, USL, add = TRUE, col = "#D55E00" ) # }
Run the code above in your browser using DataLab