file.inq.nc(RNetCDF)
file.inq.nc()所属R语言包:RNetCDF
Inquire About a NetCDF Dataset
打听一个NetCDF的数据集
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Inquire about a NetCDF dataset.
询问一个NetCDF的数据集。
用法----------Usage----------
file.inq.nc(ncfile)
参数----------Arguments----------
参数:ncfile
Object of class "NetCDF" which points to the NetCDF dataset (as returned from open.nc).
类的对象“NetCDF”,这点到NetCDF的数据集(从open.nc返回)。
Details
详细信息----------Details----------
This function returns values for the number of dimensions, the number of variables, the number of global attributes, and the dimension ID of the dimension defined with unlimited length, if any.
该函数返回值的维数,具有无限长度的尺寸定义的变量的数量,全局属性的数目,以及维度ID,如果有的话。
值----------Value----------
A list containing the following components:
一个列表,其中包含以下组件:
参数:ndims
Number of dimensions defined for this NetCDF dataset.
此NetCDF的数据集定义的维数。
参数:nvars
Number of variables defined for this NetCDF dataset.
这NetCDF的数据集定义的变量数目。
参数:ngatts
Number of global attributes for this NetCDF dataset.
此NetCDF的数据集的全局属性的数量。
参数:unlimdimid
ID of the unlimited dimension, if there is one for this NetCDF dataset. Otherwise NA will be returned.
无限维度ID,如果有此NetCDF的数据集之一。否则NA将被退回。
(作者)----------Author(s)----------
Pavel Michna
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|