## Not run:
# data(pendigits)
# digits_features <- pendigits[, -35:-36]
# threewise_plot(digits_features, digits_class, type = "pca", k = 0.0001)
#
# library(dplyr)
# data(COMBO17)
# galaxy <- as_data_frame(COMBO17)
# galaxy <- select(galaxy, -starts_with("e."), -Nr, -UFS:-IFD)
# galaxy <- na.omit(galaxy)
# galaxy_x <- select(galaxy, -Rmag:-chi2red)
# galaxy_y <- select(galaxy, Rmag:chi2red)
# threewise_plot(galaxy_x, galaxy_y, type = "cva")
#
# data(iris)
# iris_x <- iris[,1:4]
# iris_y <- iris[5]
# threewise_plot(iris_x, iris_y, type = "lda")
# ## End(Not run)
Run the code above in your browser using DataLab