readNcdf: Easy reading of netCDF data

Description Usage Arguments Value Author(s)

View source: R/readNcdf.R

Description

Convenience function to automatically read in data from a netCDF file without specifying variable names and opening and closing file connections.

Usage

1
readNcdf(file.name, var.name = c())

Arguments

file.name

character string: name of the netCDF file file to read the data from.

var.name

character string: name of the variable to extract. If not supplied, this is tried to be determined with readNcdfVarName().

Value

(multidimensional) array: data from the netCDF file.

Author(s)

Jannis v. Buttlar


ncdf.tools documentation built on May 2, 2019, 5:16 p.m.