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。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。