Learn R Programming

ncdf.tools (version 0.7.1.295)

readNcdf: Easy reading of netCDF data

Description

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

Usage

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