nc_extract: Create a new file with one variable from a ncdf file

View source: R/nctools-main.R

nc_extractR Documentation

Create a new file with one variable from a ncdf file

Description

Create a new file with one variable from a ncdf file

Usage

nc_extract(filename, varid, output)

Arguments

filename

The filename of the original ncdf file.

varid

The name of the variable to extract.

output

The name of the output file.

Value

NULL, it creates the new file in the disk.


roliveros-ramos/nctools documentation built on Aug. 13, 2022, midnight