Skip to content

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
kassambara committed May 23, 2017
1 parent 7bcda49 commit 1eccf99
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 1 deletion.
Binary file modified README-determine-the-number-of-clusters-gap-statistics-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified README-partitioning-clustering-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified README-pca-variable-colors-by-contributions-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified README-pca-variable-contributions-1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified README-pca-variable-contributions-2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ devtools::install_github("kassambara/factoextra")

``` r
library("factoextra")
#> Loading required package: ggplot2
```

Main functions in the factoextra package
Expand Down Expand Up @@ -647,6 +646,10 @@ Read more:
library("factoextra")
my_data <- scale(USArrests)
fviz_nbclust(my_data, kmeans, method = "gap_stat")
#> Clustering k = 1,2,..., K.max (= 10): .. done
#> Bootstrapping, b = 1,2,..., B (= 100) [one "." per sample]:
#> .................................................. 50
#> .................................................. 100
```

![](README-determine-the-number-of-clusters-gap-statistics-1.png)
Expand Down

0 comments on commit 1eccf99

Please sign in to comment.