if (FALSE) {
d <- partition(iris, Species)
res <- dig_correlations(d,
condition = where(is.logical),
xvars = Sepal.Length:Petal.Width,
yvars = Sepal.Length:Petal.Width)
# launch the interactive explorer
explore(res, data = d)
}
Run the code above in your browser using DataLab