Learn R Programming

ncmeta (version 0.4.0)

nc_var: NetCDF variable

Description

Return a data frame about the variable at index i.

Usage

nc_var(x, i)

# S3 method for character nc_var(x, i)

# S3 method for NetCDF nc_var(x, i)

Value

data frame of variable information

Arguments

x

file name or handle

i

variable index (zero based)

See Also

nc_vars to obtain information about all variables, nc_inq for an overview of the file