nc_extended {ncmeta}R Documentation

NetCDF extended dimension attributes

Description

Generate a table of all extended dimension attributes. For now that means interpretation of any "time" dimension.

Usage

nc_extended(x, ...)

## S3 method for class 'character'
nc_extended(x, ...)

## S3 method for class 'NetCDF'
nc_extended(x, ...)

## S3 method for class 'ncdf4'
nc_extended(x, ...)

Arguments

x

filename or handle

...

ignored currently

Value

data frame of extended dimension attribute information


[Package ncmeta version 0.4.0 Index]