as.tilename(sperrorest)
as.tilename()所属R语言包:sperrorest
Alphanumeric tile names
字母数字瓷砖的名字
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Functions for generating and handling alphanumeric tile names of the form "X2:Y7" as used by partition.tiles and represampling.tile.bootstrap.
字母数字瓷砖形式的名称,生成和处理的功能"X2:Y7"所用的partition.tiles和represampling.tile.bootstrap。
用法----------Usage----------
as.tilename(x, ...)
## S3 method for class 'numeric'
as.tilename(x, ...)
## S3 method for class 'tilename'
as.character(x, ...)
## S3 method for class 'tilename'
as.numeric(x, ...)
## S3 method for class 'character'
as.tilename(x, ...)
## S3 method for class 'tilename'
print(x, ...)
参数----------Arguments----------
参数:x
object of class tilename, character, or numeric (of length 2)
对象类tilename,character或numeric(长度为2)
参数:...
additional arguments (currently ignored)
额外的参数(目前被忽略)
值----------Value----------
object of class tilename, character, or numeric vector of length 2
类的对象tilename,character,或数字矢量长度为2
参见----------See Also----------
partition.tiles, represampling, represampling.tile.bootstrap
partition.tiles,represampling,represampling.tile.bootstrap
实例----------Examples----------
tnm = as.tilename(c(2,3))
tnm # "X2:Y3"[“X2:Y3”]
as.numeric(tnm) # c(2,3)[C(2,3)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|