att.get.nc(RNetCDF)
att.get.nc()所属R语言包:RNetCDF
Get a NetCDF Attribute
一个NetCDF的属性
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Get an attribute from a NetCDF dataset.
从NetCDF的数据集属性。
用法----------Usage----------
att.get.nc(ncfile, variable, attribute)
参数----------Arguments----------
参数:ncfile
Object of class "NetCDF" which points to the NetCDF dataset (as returned from open.nc).
类的对象“NetCDF”,这点到NetCDF的数据集(从open.nc返回)。
参数:variable
ID or name of the variable from which the attribute will be read, or "NC_GLOBAL" for a global attribute.
ID或将读取该属性的变量名,或"NC_GLOBAL":一个全球性的属性。
参数:attribute
Attribute name or ID.
属性名称或ID。
Details
详细信息----------Details----------
This function returns the value of the attribute.
该函数返回值的属性。
值----------Value----------
A vector of type character if the on-disk type is NC_CHAR, otherwise numeric. No distinction is made between the different storage types of numeric objects.
一个向量的类型character:如果磁盘上的类型是NC_CHAR,否则numeric。数字对象的不同的存储类型之间是没有区别的。
注意----------Note----------
NC_BYTE is always interpreted as signed.
NC_BYTE总是被解释为签署。
(作者)----------Author(s)----------
Pavel Michna
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|