att.put.nc(RNetCDF)
att.put.nc()所属R语言包:RNetCDF
Put a NetCDF Attribute
将一个NetCDF的属性
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Put an attribute to a NetCDF dataset.
把一个属性,一个NetCDF的数据集。
用法----------Usage----------
att.put.nc(ncfile, variable, name, type, value)
参数----------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 to which the attribute will be assigned or "NC_GLOBAL" for a global attribute.
ID或名称的变量属性将被分配或"NC_GLOBAL"一个全球性的属性。
参数:name
Attribute name. Must begin with an alphabetic character, followed by zero or more alphanumeric characters including the underscore ("_"). Case is significant. Attribute name conventions are assumed by some NetCDF generic applications, e.g., units as the name for a string attribute that gives the units for a NetCDF variable.
属性名称。必须以一个字母,后跟零个或多个字母数字字符,包括下划线(“_”)。案例是显著的。属性名称约定承担一些NetCDF的通用应用程序,例如,units作为一个字符串属性,让一个NetCDF变量的单位的名称。
参数:type
One of the set of predefined NetCDF external data types. The valid NetCDF external data types are NC_BYTE, NC_CHAR, NC_SHORT, NC_INT, NC_FLOAT, and NC_DOUBLE.
的一组预定义的NetCDF外部数据类型中的其中一个。有效的NetCDF的外部数据类型是NC_BYTE,NC_CHAR,NC_SHORT,NC_INT,NC_FLOAT和NC_DOUBLE。
参数:value
Attribute value. This can be either a single numeric value or a vector of numeric values, or alternatively a character string.
属性值。这可以是一个数值或数字值的矢量,或者一个字符串。
Details
详细信息----------Details----------
Names commencing with underscore ("_") are reserved for use by the NetCDF library. Most generic applications that process NetCDF datasets assume standard attribute conventions and it is strongly recommended that these be followed unless there are good reasons for not doing so.
名称开始用下划线(“_”)保留的NetCDF库的使用。最通用的应用程序,这个过程NetCDF的数据集所假定的标准属性公约,它是强烈建议这些之后,除非有很好的理由不这样做。
注意----------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:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|