The document discusses different clustering methods in R including k-means clustering, k-medoids clustering, hierarchical clustering, and density-based clustering. It provides code examples to demonstrate each method using the iris dataset. For k-means and k-medoids clustering, it shows how to interpret the results and check clustering against known classes. For hierarchical clustering, it generates a dendrogram and identifies clusters. For density-based clustering, it identifies clusters of different shapes and sizes and is able to label new prediction data.