May 2018
Beginner to intermediate
364 pages
7h 43m
English
In the previous chapters, we have discussed various kinds of task views. A task view is a set of R packages organized by one or a few experts around a topic. For the Cluster Analysis, https://CRAN.R-project.org/view=Cluster, the top part is shown in the following screenshot:

As discussed in Chapter 6, Managing Packages, we can use just three lines of R code to install these cluster-related packages:
>install.packages("ctv")
>library("ctv")
>install.views("Cluster")
In total, there are about 154 R packages included in the previous task view called Cluster, as of March 21, 2018.
Read now
Unlock full access