Learn R Programming

ncmeta (version 0.5.0)

nc_vars: NetCDF variables

Description

Generate a table of all variables.

Usage

nc_vars(x, ...)

# S3 method for character nc_vars(x, ...)

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

Value

data frame of variable 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_vars(f)

Run the code above in your browser using DataLab