Learn R Programming

ncmeta (version 0.5.0)

nc_extended: 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 character nc_extended(x, ...)

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

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

Value

data frame of extended dimension attribute information

Arguments

x

filename or handle

...

ignored currently

Examples

Run this code
f <- system.file("extdata", "S2008001.L3m_DAY_CHL_chlor_a_9km.nc", package = "ncmeta")
nc_extended(f)

Run the code above in your browser using DataLab