nifti.set.filenames(Rniftilib)
nifti.set.filenames()所属R语言包:Rniftilib
Set filenames for a NIFTI image
设置一个NIFTI图像的文件名
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Set filenames (image and header filename) for a NIfTI image.
设置NIfTI图像的文件名(图像和头文件名)。
用法----------Usage----------
nifti.set.filenames(nim, prefix, check=1, set_byte_order=1)
参数----------Arguments----------
参数:nim
the nifti object
nifti对象
参数:prefix
(required) prefix for output filenames
输出文件名的前缀(图)
参数:check
check for previous existence of filename (existence is an error condition)
检查以前存在的文件名(存在一个错误条件)
参数:set_byte_order
flag to set nim->byteorder here (if set\_byte\_order=1 then byteorder is set based on the CPU type)
标志设置NIM-> byteorder(如果设置\ _byte \ _order的= 1,则byteorder的基础上的CPU类型)
(作者)----------Author(s)----------
Oliver Granert <o.granert <at> neurologie.uni-kiel.de>
参考文献----------References----------
http://niftilib.sourceforge.net
参见----------See Also----------
nifti.image.write, nifti.image.read, nifti.image.new
nifti.image.write,nifti.image.read,nifti.image.new
实例----------Examples----------
nim <- nifti.image.new()
nifti.set.filenames(nim, "testvolume")
# show the result[显示结果]
nim$fname
nim$iname
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|