R語言
agriculture
位於 cluster
包(package)。 說明
1993 年歐盟各國家的人均國民生產總值 (GNP) 和農業人口百分比。
用法
data(agriculture)
格式
包含 2 個變量 12 個觀測值的 DataFrame :
[ , 1] | x | numeric | 人均國民生產總值 |
[,2] | y | numeric | 農業百分比 |
DataFrame 的行名稱表示國家/地區。
細節
數據似乎顯示兩個集群,“more agricultural” 集群由希臘、葡萄牙、西班牙和愛爾蘭組成。
例子
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)
## Plot similar to Figure 8 in Struyf et al (1996)
## Not run: plot(diana(agriculture), ask = TRUE)
來源
歐盟統計局(歐洲統計局,1994 年):Cijfers en feiten:Een statistisch portret van de Europese Unie。
參考
see those in agnes
.
也可以看看
相關用法
- R agnes 凝聚嵌套(層次聚類)
- R agnes.object 聚合嵌套 (AGNES) 對象
- R animals 動物的屬性
- R summary.clara “clara”對象的摘要方法
- R diana 分裂分析聚類
- R pluton 鈈同位素成分批次
- R votes.repub 總統選舉中共和黨候選人的投票
- R print.mona MONA 對象的打印方法
- R print.clara CLARA 對象的打印方法
- R mona 二元變量的單論分析聚類
- R plot.diana 分裂層次聚類圖
- R plot.mona 一元分裂層次聚類的旗幟
- R bannerplot 繪圖橫幅(層次聚類)
- R plot.partition 數據集分區圖
- R summary.agnes “agnes”對象的摘要方法
- R pltree 繪製層次聚類的聚類樹
- R summary.mona “mona”對象的摘要方法
- R plantTraits 植物物種性狀數據
- R plot.agnes 凝聚層次聚類圖
- R print.agnes AGNES 對象的打印方法
- R chorSub Kola 數據 C 範圍的子集
- R pam 圍繞 Medoid 進行分區
- R volume.ellipsoid 計算(橢球體的)體積
- R clusplot (分區對象的)雙變量聚類圖
- R print.pam PAM 對象的打印方法
注:本文由純淨天空篩選整理自R-devel大神的英文原創作品 European Union Agricultural Workforces。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。