Other packages > Find by keyword >

cluster  

"Finding Groups in Data": Cluster Analysis Extended Rousseeuw et al.
View on CRAN: Click here


Download and install cluster package within the R console
Install from CRAN:
install.packages("cluster")

Install from Github:
library("remotes")
install_github("cran/cluster")

Install by package version:
library("remotes")
install_version("cluster", "2.1.8")



Attach the package and use:
library("cluster")
Maintained by
Martin Maechler
[Scholar Profile | Author Map]
All associated links for this package
First Published: 1999-04-12
Latest Update: 2022-08-22
Description:
Methods for Cluster analysis. Much extended the original from Peter Rousseeuw, Anja Struyf and Mia Hubert, based on Kaufman and Rousseeuw (1990) "Finding Groups in Data".
How to cite:
Martin Maechler (1999). cluster: "Finding Groups in Data": Cluster Analysis Extended Rousseeuw et al.. R package version 2.1.8, https://cran.r-project.org/web/packages/cluster. Accessed 17 Mar. 2025.
Previous versions and publish date:
1.2-0 (1999-04-12 07:53), 1.2-1 (1999-12-05 20:16), 1.2-2 (1999-12-29 16:18), 1.2-3 (2000-02-18 08:06), 1.3-2 (2001-01-04 15:52), 1.3-3 (2001-06-08 15:00), 1.3-4 (2001-08-24 08:52), 1.3-5 (2001-11-07 11:52), 1.3-6 (2001-12-19 17:40), 1.4-0 (2002-01-24 10:49), 1.4-1 (2002-03-07 19:35), 1.4-2 (2002-03-31 00:01), 1.5-1 (2002-06-19 07:32), 1.5-2 (2002-07-30 16:01), 1.6-1 (2002-09-10 09:30), 1.6-2 (2002-10-23 08:57), 1.6-3 (2002-12-05 20:47), 1.6-4 (2002-12-31 17:27), 1.7.0 (2003-03-26 21:41), 1.7.1 (2003-05-01 18:50), 1.7.2 (2003-06-04 11:00), 1.7.3 (2003-06-11 21:18), 1.7.4 (2003-07-18 12:38), 1.7.5 (2003-09-03 18:49), 1.7.6 (2003-09-24 19:03), 1.8.0 (2004-01-22 15:04), 1.8.1 (2004-03-14 21:03), 1.9.1 (2004-04-12 14:50), 1.9.2 (2004-06-13 01:30), 1.9.3 (2004-06-18 16:48), 1.9.4 (2004-06-26 15:15), 1.9.5 (2004-08-04 19:19), 1.9.6 (2004-08-24 12:32), 1.9.7 (2005-01-24 09:58), 1.9.8 (2005-04-04 21:58), 1.10.0 (2005-06-13 10:13), 1.10.1 (2005-07-03 17:27), 1.10.2 (2005-08-31 12:07), 1.10.3 (2006-01-26 13:55), 1.10.4 (2006-01-26 16:12), 1.10.5 (2006-03-21 09:28), 1.11.0 (2006-05-18 10:37), 1.11.1 (2006-08-25 10:16), 1.11.2 (2006-09-07 18:27), 1.11.3 (2006-12-02 16:30), 1.11.4 (2006-12-12 09:22), 1.11.5 (2007-03-31 14:15), 1.11.6 (2007-04-27 15:58), 1.11.7 (2007-06-05 22:06), 1.11.8 (2007-09-04 21:06), 1.11.9 (2007-10-02 10:39), 1.11.10 (2008-02-29 17:53), 1.11.11 (2008-06-16 12:03), 1.11.12 (2009-01-07 14:13), 1.11.13 (2009-03-31 20:00), 1.12.0 (2009-05-13 21:17), 1.12.1 (2009-10-06 11:33), 1.12.3 (2010-04-02 19:07), 1.13.1 (2010-06-25 07:45), 1.13.2 (2010-11-10 13:28), 1.13.3 (2011-02-21 15:13), 1.14.0 (2011-06-08 09:03), 1.14.1 (2011-10-17 07:54), 1.14.2 (2012-02-08 15:38), 1.14.3 (2012-10-14 08:37), 1.14.4 (2013-03-26 16:50), 1.15.0 (2014-03-11 06:20), 1.15.1 (2014-03-13 01:52), 1.15.2 (2014-03-31 10:17), 1.15.3 (2014-09-04 23:05), 2.0.0 (2015-01-29 15:23), 2.0.1 (2015-01-31 23:11), 2.0.2 (2015-06-19 10:25), 2.0.3 (2015-07-21 07:53), 2.0.4 (2016-04-18 08:11), 2.0.5 (2016-10-08 08:19), 2.0.6 (2017-03-10 14:49), 2.0.7-1 (2018-04-09 15:53), 2.0.7 (2018-04-05 17:35), 2.0.8 (2019-04-05 11:00), 2.0.9 (2019-05-01 22:30), 2.1.0 (2019-06-19 13:10), 2.1.1 (2021-02-15 00:50), 2.1.2 (2021-04-17 10:50), 2.1.3 (2022-03-28 17:30), 2.1.4 (2022-08-22 12:10), 2.1.5 (2023-11-27 20:20), 2.1.6 (2023-12-01 23:10), 2.1.7 (2024-12-08 06:30), 2.1.8 (2024-12-11 18:40)
Other packages that cited cluster R package
View cluster citation profile
Other R packages that cluster depends, imports, suggests or enhances
Complete documentation for cluster
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

atakrig  
Area-to-Area Kriging
Point-scale variogram deconvolution from irregular/regular spatial support according to Goovaerts, P ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
threshr  
Threshold Selection and Uncertainty for Extreme Value Analysis
Provides functions for the selection of thresholds for use in extreme value models, based mainly on ...
Download / Learn more Package Citations See dependency  
verification  
Weather Forecast Verification Utilities
Utilities for verifying discrete, continuous and probabilistic forecasts, and forecasts expressed as ...
Download / Learn more Package Citations See dependency  
rpls  
Robust Partial Least Squares
A robust Partial Least-Squares (PLS) method is implemented that is robust to outliers in the residua ...
Download / Learn more Package Citations See dependency  
rslurm  
Submit R Calculations to a 'Slurm' Cluster
Functions that simplify submitting R scripts to a 'Slurm' workload manager, in part by automating t ...
Download / Learn more Package Citations See dependency  

23,842

R Packages

207,311

Dependencies

64,420

Author Associations

23,781

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA