Learn R Programming

vegclust (version 2.0.0)

vegclust-package: tools:::Rd_package_title("vegclust") Functions for fuzzy and hard clustering of vegetation data

Description

tools:::Rd_package_description("vegclust") This package contains functions used to perform fuzzy and hard clustering of vegetation data under different models.

Arguments

Author

tools:::Rd_package_author("vegclust") Maintainer: tools:::Rd_package_maintainer("vegclust")

Details

The DESCRIPTION file: tools:::Rd_package_DESCRIPTION("vegclust") tools:::Rd_package_indices("vegclust")

References

De Caceres, M., Font, X, Oliva, F. (2010) The management of numerical vegetation classifications with fuzzy clustering methods. Journal of Vegetation Science 21 (6): 1138-1151.

De Cáceres, M., Legendre, P., & He, F. 2013. Dissimilarity measurements and the size structure of ecological communities (D. Faith, Ed.). Methods in Ecology and Evolution 4: 1167–1177.

Examples

Run this code
## Loads data  
data(wetland)
  
## This equals the chord transformation 
wetland.chord = as.data.frame(sweep(as.matrix(wetland), 1, 
                              sqrt(rowSums(as.matrix(wetland)^2)), "/"))

## Create noise clustering with 3 clusters. Perform 10 starts from random seeds 
## and keep the best solution
wetland.nc = vegclust(wetland.chord, mobileCenters=3, m = 1.2, dnoise=0.75, 
                      method="NC", nstart=10)

Run the code above in your browser using DataLab