Description Usage Arguments Value Author(s) See Also Examples
The data corresponding to a specific VAC class are extracted and returned as a new dataset of the same type.
1 | getVACclass(x,classname)
|
x |
Object to subsample |
classname |
Name of the class wanted, see readVAC for supported classnames. If multiple classes are requested specify them as a vector of strings. |
returns the same type of object as readVAC.
Øystein Godøy o.godoy@met.no
readVAC, subset
1 2 | x <- readVAC(filename="/disk2/collocate/VAC-osisaf-2003.txt")
t <- getVACclass(x,c("CLOUD","ICE","SEA"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.