View source: R/create.thresholds.from.file.R
thresholds.open | R Documentation |
Open thresholds file(s)
thresholds.open(thresholds.files)
thresholds.files |
A character vector containing the names of thresholds files. |
This function opens one or more thresholds files and returns the ncdf4
objects as a list.
A list of objects of class ncdf4
, or NULL if thresholds.files is NULL.
## Not run: ## Open a single thresholds file thresholds.files <- c("thresh.nc") thresh <- thresholds.open(thresholds.files) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.