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