# Example with iris dataset
ceuclide(iris, ~Species, plot = TRUE, plot_title = "Euclidean Distance Between Groups")
# Example with mtcars dataset
ceuclide(mtcars, ~am, plot = TRUE, plot_title = "Euclidean Distance Between Groups")
Run the code above in your browser using DataLab