initializeCHNOPS(Rdisop)
initializeCHNOPS()所属R语言包:Rdisop
Initialize (a subset of) elements of the periodic system of
元素周期系统初始化(子集)
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Initialize the information about name, mass and isotopes. To reduce the number of decomposition hypotheses, subsets of elements can be created.
初始化的名称,质量和同位素有关的信息。分解的假设,以减少数量,元素的子集可以被创建。
用法----------Usage----------
initializeCHNOPS()
initializeCHNOPSMgKCaFe()
initializePSE()
initializeElements(names)
参数----------Arguments----------
参数:names
vector of element names within PSE
向量的内PSE的元素名称
Details
详情----------Details----------
These functions return full, pre-defined or user-defined (sub-) lists of elements.
这些函数返回已满,预定义或用户定义的元素(子)列表。
值----------Value----------
A list with the elements
元素列表
参数:name
repeated sum formula
反复求和公式
参数:mass
nominal mass of molecule
标称的分子质量
参数:isotope
a list of isotopes
同位素的列表
The initializeCharges() is special, since it allows to parse charges such as getMolecule("H3O+", elements=c(initializeCHNOPS(),initializeCharges()))
在initializeCharges()是特殊的,因为它允许解析收费,如getMolecule("H3O+", elements=c(initializeCHNOPS(),initializeCharges()))
作者(S)----------Author(s)----------
Steffen Neumann <sneumann@IPB-Halle.DE>
参考文献----------References----------
WABI Paper
参见----------See Also----------
getMolecule
getMolecule
举例----------Examples----------
# For Ethanol:[乙醇:]
elements <- initializeCHNOPS()
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|