R/plot.TukeyRegion.R

Defines functions plot.TukeyRegion

Documented in plot.TukeyRegion

plot.TukeyRegion <- function(x, newPlot = TRUE, drawPoints = TRUE, 
                             drawRidges = TRUE, 
                             colorBackground = "white", 
                             colorPoints = "red", 
                             colorFacets = "blue", 
                             colorRidges = "green", 
                             lwd = 1, lty = 1, alpha = 1, ...){
  TukeyRegionPlot(x, newPlot, drawPoints, drawRidges, 
                  colorBackground, colorPoints, colorFacets, colorRidges, 
                  lwd2D = lwd, lty2D = lty, alpha)
}

Try the TukeyRegion package in your browser

Any scripts or data that you put into this service are public.

TukeyRegion documentation built on April 18, 2023, 1:10 a.m.