powered by
Plots the two-dimensional and the three-dimensional Tukey region.
# S3 method for TukeyRegion plot(x, newPlot = TRUE, drawPoints = TRUE, drawRidges = TRUE, colorBackground = "white", colorPoints = "red", colorFacets = "blue", colorRidges = "green", lwd = 1, lty = 1, alpha = 1, ...)
object of class TukeyRegion to be plotted.
TukeyRegion
whether to create a new plot(2D)/scene(3D).
whether to show the data points.
whether to show the ridges; works for non-triangulated facets only.
background color of the plot(2D)/scene(3D).
color of the points in case they are shown.
color of the facets.
color of the facets' ridges in case they are shown.
line width of the facets in 2D.
line type of the facets in 2D.
transperency of the facets (and ridges if shown).
included for compatibility and should not be used.
Pavlo Mozharovskyi <pavlo.mozharovskyi@ensai.fr>
If dimension is equal to two, the traditional plot is produced. If dimension is equal to three, the 3D-scene is produced using the package rgl.
plot
rgl
TukeyRegion, TukeyMedian
TukeyMedian
# See examples in TukeyRegion or TukeyMedian
Run the code above in your browser using DataLab