library(MASS)
data(geyser)
duration <- geyser$duration
featureSignifGUI(duration) ## univariate example
featureSignifGUI(geyser) ## bivariate example
data(earthquake) ## trivariate example
earthquake$depth <- -log10(-earthquake$depth)
featureSignifGUI(earthquake, scaleData=TRUE)Run the code above in your browser using DataLab