Skip to content

Commit

Permalink
Merge pull request hadley#127 from tomjamesprior/patch-2
Browse files Browse the repository at this point in the history
Update variation.Rmd
  • Loading branch information
garrettgman authored Jun 22, 2016
2 parents 98c14b8 + bb664b6 commit f9152a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variation.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ ggplot(small_iris, aes(x = Sepal.Width, y = Sepal.Length)) +
geom_point(aes(color = factor(clusters)))
```

You can modify the hierarchical clustering algorithm by setting the method argument of hclust to one of "complete", "single", "average", or "centroid". The method determines how to measure the distance between two clusters or a lone point and a cluster, a measurement that effects the outcome of the algorithm.
You can modify the hierarchical clustering algorithm by setting the method argument of hclust to one of "complete", "single", "average", or "centroid". The method determines how to measure the distance between two clusters or a lone point and a cluster, a measurement that affects the outcome of the algorithm.

```{r, echo = FALSE}
knitr::include_graphics("images/EDA-linkage.pdf")
Expand Down

0 comments on commit f9152a3

Please sign in to comment.