getDescription(rtiff)
getDescription()所属R语言包:rtiff
Get the description on a TIFF file.
在TIFF文件的描述。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Gets the TIFF description field (tag 270) for a TIFF file.
获取TIFF(标记270)的TIFF文件描述字段。
用法----------Usage----------
getDescription(fn)
参数----------Arguments----------
参数:fn
The name of the tiff file.
TIFF文件的名称。
值----------Value----------
A string with the description field from the TIFF file, or NA if there is no such field.
一个字符串,描述栏位的TIFF文件,或NA,如果没有这样的领域。
(作者)----------Author(s)----------
Eric Kort <eric.kort@vai.org>
实例----------Examples----------
# This has no description[没有描述]
getDescription(system.file("tiff", "jello.tif", package="rtiff"))
# but this has[但是这]
getDescription(system.file("tiff", "t1.tif", package="rtiff"))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|