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