agriculture {cluster}
Description
Gross National Product (GNP) per capita and percentage of the population working in agriculture for each country belonging to the European Union in 1993.
Usage
data(agriculture)
Details
The data seem to show two clusters, the “more agricultural” one consisting of Greece, Portugal, Spain, and Ireland.
References
see those in agnes.
Examples
data(agriculture) ## Compute the dissimilarities using Euclidean metric and without ## standardization daisy(agriculture, metric = "euclidean", stand = FALSE) ## 2nd plot is similar to Figure 3 in Struyf et al (1996) plot(pam(agriculture, 2)) ## Plot similar to Figure 7 in Struyf et al (1996) ## Not run:plot(agnes(agriculture), ask = TRUE)## End(Not run) ## Plot similar to Figure 8 in Struyf et al (1996) ## Not run:plot(diana(agriculture), ask = TRUE)## End(Not run)
Documentation reproduced from package cluster, version 1.14.4. License: GPL (>= 2)
