nifti.image.copy.info(Rniftilib)
nifti.image.copy.info()所属R语言包:Rniftilib
Copy NIFTI image (info) without voxel data.
,复制NIFTI图像(信息)没有体素数据。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Copy the nifti.image structure, without data.
复制nifti.image结构,无数据。
Duplicate the structure, including fname, iname and extensions. Leave the data pointer as NULL.
重复的结构,包括FNAME,iname和扩展。发表的数据指针为NULL。
用法----------Usage----------
nifti.image.copy.info(nim)
参数----------Arguments----------
参数:nim
the nifti object
nifti对象
(作者)----------Author(s)----------
Oliver Granert <o.granert <at> neurologie.uni-kiel.de>
参考文献----------References----------
http://niftilib.sourceforge.net
参见----------See Also----------
nifti.image.new, nifti.image.read, nifti.image.write
nifti.image.new,nifti.image.read,nifti.image.write
实例----------Examples----------
## Not run: [#不运行:]
nim <- nifti.image.read(file.choose())
nim_copy <- nifti.image.copy.info(nim)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|