Print Summary Information About a NetCDF Dataset
一个NetCDF的数据集打印的摘要信息
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Print summary information about a NetCDF dataset.
打印一个NetCDF的数据集的摘要信息。
用法----------Usage----------
print.nc(x, ...)
参数----------Arguments----------
参数:x
Object of class "NetCDF" which points to the NetCDF dataset (as returned from open.nc).
类的对象“NetCDF”,这点到NetCDF的数据集(从open.nc返回)。
参数:...
Arguments passed to or from other methods (not used).
参数传递给或从其他的方法(未使用)。
Details
详细信息----------Details----------
This function prints information about a NetCDF dataset. This includes a list of all dimensions and their length, a list of all variables and their attributes (including their values) and a list of all global attributes (including their values).
此功能打印有关的NetCDF数据集的信息。这包括所有的尺寸和长度,列表中的所有变量和它们的属性(包括它们的值)和一个列表的所有全局属性(包括它们的值)的列表。
The output of this function is almost identical with a "ncdump -h" call. Because arrays in R have their leftmost subscript varying fastest, the fastest varying dimensions are printed first.
一个"ncdump -h"调用这个函数的输出几乎是相同的。因为数组在R最左边的下标变化最快的,最快的不同尺寸的打印第一。