thresholds.open: Open thresholds file(s)

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

thresholds.openR Documentation

Open thresholds file(s)

Description

Open thresholds file(s)

Usage

thresholds.open(thresholds.files)

Arguments

thresholds.files

A character vector containing the names of thresholds files.

Details

This function opens one or more thresholds files and returns the ncdf4 objects as a list.

Value

A list of objects of class ncdf4, or NULL if thresholds.files is NULL.

Examples

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

## End(Not run)


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