pluton(cluster)
pluton()所属R语言包:cluster
Isotopic Composition Plutonium Batches
同位素组成钚批
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The pluton data frame has 45 rows and 4 columns, containing percentages of isotopic composition of 45 Plutonium batches.
pluton数据框有45行和第4列,包含45钚批次的同位素组成的百分比。
用法----------Usage----------
格式----------Format----------
This data frame contains the following columns:
这个数据框包含下列资料:
Pu238 the percentages of (238)Pu,
pu238(238)Pu百分比,
Pu239 the percentages of (239)Pu, typically between 60 and 80 percent (from neutron capture of Uranium,
pu239的百分比(239)Pu,通常介于60和80%的铀中子捕获(
Pu240 percentage of the plutonium 240 isotope.
pu240的钚240同位素的比例。
Pu241 percentage of the plutonium 241 isotope.
pu241的钚241同位素的比例。
Details
详情----------Details----------
Note that the percentage of plutonium~242 can be computed from the other four percentages, see the examples.
需要注意的是钚〜242的比例,可以从其他四个百分比计算,看到的例子。
In the reference below it is explained why it is very desirable to combine these plutonium patches in three groups of similar size.
在下面的参考,它是解释为什么在三组大小相似的这些钚补丁的结合,这是非常可取的。
源----------Source----------
Available as "pluton.dat" from the archive currently http://www.agoras.ua.ac.be/datasets/clusplot-examples.tar.gz.
可作为“pluton.dat目前从归档http://www.agoras.ua.ac.be/datasets/clusplot-examples.tar.gz。
参考文献----------References----------
Fuzzy clustering using scatter matrices, Computational Statistics and Data Analysis 23(1), 135–151.
举例----------Examples----------
data(pluton)
hist(apply(pluton,1,sum), col = "gray") # between 94% and 100%[94%和100%之间]
pu5 <- pluton
pu5$Pu242 <- 100 - apply(pluton,1,sum) # the remaining isotope.[其余的同位素。]
pairs(pu5)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|