thresholds.close: Close thresholds file(s)

View source: R/create.thresholds.from.file.R

thresholds.closeR Documentation

Close thresholds file(s)

Description

Close thresholds file(s)

Usage

thresholds.close(thresholds.nc)

Arguments

thresholds.nc

A list of objects of class ncdf4, or NULL

Details

This function closes one or more thresholds files.

Examples

## Not run: 
## Open a single thresholds file, then close it.
thresholds.files <- c("thresh.nc")
thresh <- thresholds.open(thresholds.files)
thresholds.close(thresh)

## End(Not run)


ECA-D/ecad_indices_grid documentation built on Nov. 23, 2022, 6:04 a.m.