View source: R/create.thresholds.from.file.R
thresholds.close | R Documentation |
Close thresholds file(s)
thresholds.close(thresholds.nc)
thresholds.nc |
A list of objects of class |
This function closes one or more thresholds files.
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.