convertToString-method(rPorta)
convertToString-method()所属R语言包:rPorta
Method "convertToString"
法“convertToString”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Converts some of the objects provided by rPorta to character strings, namely poi, ieq, poiFile, and ieqFile. These character strings correspond to the format used by Porta.
转换的对象所提供的rPorta字符串,即poi,ieq,poiFile和ieqFile。这些字符串对应的PORTA使用的格式。
用法----------Usage----------
## S4 method for all signatures:
convertToString(object)
参数----------Arguments----------
参数:object
Object of one of the supported classes (poi, ieq, poiFile, or ieqFile)
对象的支持类(poi,ieq,poiFile或ieqFile)
值----------Value----------
Returns a character string in PORTA's format.
PORTA的格式返回一个字符串。
(作者)----------Author(s)----------
Robin Nunkesser <a href="mailto:Robin.Nunkesser@tu-dortmund.de">Robin.Nunkesser@tu-dortmund.de</a>
参见----------See Also----------
"ieq", "poi", "ieqFile", "poiFile"
"ieq","poi","ieqFile","poiFile"
实例----------Examples----------
# Returns a String representation of a poiFile object[的一个poiFile的对象返回一个字符串形式]
convertToString(example.poi())
# Returns a String representation of an ieqFile object[返回一个字符串形式的一个ieqFile的对象]
convertToString(example.ieq())
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|