cepha(wccsom)
cepha()所属R语言包:wccsom
Cephalosporin data set
头孢类数据集
译者:生物统计家园网 机器人LoveR
描述----------Description----------
X-ray powder patterns of 20 cephalosporin / antibiotic complexes.
20头孢菌素/抗生素配合物的X-射线粉末图。
用法----------Usage----------
data(cepha)
格式----------Format----------
This yields a list with three components: the first component, '"patterns"', is a matrix of 20 rows and 425 variables, containing the powder patterns; the second component is '"class.names"', and gives information on the class of the crystal structure. The final component, "thetas", contains the 2theta values at which intensities have been measured.
这产生了具有三个组件的列表:第一成分,“模式”,20行和第425变量是一个矩阵,含有的粉末图案,第二成分为“class.names”,并给出了信息类的晶体结构。最后一个部分,“thetas”,包含强度的2theta值进行了测量。
参考文献----------References----------
实例----------Examples----------
data(cepha)
plot(cepha$thetas, cepha$patterns[1,], type="l", xlab="2theta", ylab="Counts")
matplot(cepha$thetas, t(cepha$patterns), type="l",xlab="2theta", ylab="Counts",
col=as.integer(factor(cepha$class.names))+1, lty=1)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|