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