nc_mask: Extract a mask from a ncdf file.

View source: R/nctools-extras.R

nc_maskR Documentation

Extract a mask from a ncdf file.

Description

Extract a mask from a ncdf file.

Usage

nc_mask(filename, output = NULL)

Arguments

filename

The filename of the original ncdf file.

output

The file to write the mask. If NULL, the default, a list with the mask is returned.

Value

A ncdf file with the mask if output is not NULL, and a list with the mask information.


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