degelder(wccsom)
degelder()所属R语言包:wccsom
Powder pattern data by Rene de Gelder
刘若英的盖德粉末图形数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
X-ray powder patterns of 131 crystallographic structures, contributed by Rene de Gelder.
131的晶体结构的X射线粉末模式,促成由Rene的盖德。
用法----------Usage----------
data(degelder)
格式----------Format----------
This yields a list with three components: the first component, '"patterns"', is a matrix of 131 rows and 441 variables, containing the powder patterns; the second component is "thetas", the 2theta values at which intensities have been measured. The final component, '"properties"', gives information on the crystallographic properties of the structures.
这产生了具有三个组件的列表:第一成分,“模式”,131行和441变量是一个矩阵,含有的粉末图案,第二组分是“thetas”,2theta的值,在该值强度进行了测量。最后一个部分,“属性”,提供信息的结构的晶体性能。
源----------Source----------
Rene de Gelder, Institute of Molecules and Materials, Radboud University Nijmegen.
勒内·盖德,分子和材料研究所,Radboud大学Nijmegen。
实例----------Examples----------
data(degelder)
set.seed(1)
geldermap <- wccsom(degelder$patterns, somgrid(6, 6, "hexagonal"))
options(digits = 3)
summary(geldermap, "unit", nr=1, properties = degelder$properties)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|