att.rename.nc(RNetCDF)
att.rename.nc()所属R语言包:RNetCDF
Rename a NetCDF Attribute
重命名NetCDF的属性
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Rename a NetCDF attribute.
重命名一个NetCDF的属性。
用法----------Usage----------
att.rename.nc(ncfile, variable, attribute, newname)
参数----------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 attribute's variable, or "NC_GLOBAL" for a global attribute.
ID或属性的变量名,或"NC_GLOBAL":一个全球性的属性。
参数:attribute
The current attribute name or ID.
目前的属性名称或ID。
参数:newname
The new name to be assigned to the specified attribute.
的新的名称,被分配到指定的属性。
Details
详细信息----------Details----------
This function changes the name of an existing attribute in a NetCDF dataset open for writing. An attribute cannot be renamed to have the same name as another attribute of the same variable.
此功能改变一个NetCDF的数据集为写入打开一个现有的属性的名称。属性不能被重新命名为具有相同的名称的另一个属性相同的变量。
(作者)----------Author(s)----------
Pavel Michna
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|