getVACclass: Extract data for a specific class

Description Usage Arguments Value Author(s) See Also Examples

Description

The data corresponding to a specific VAC class are extracted and returned as a new dataset of the same type.

Usage

1
    getVACclass(x,classname)

Arguments

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.

Value

returns the same type of object as readVAC.

Author(s)

Øystein Godøy o.godoy@met.no

See Also

readVAC, subset

Examples

1
2
    x <- readVAC(filename="/disk2/collocate/VAC-osisaf-2003.txt")
    t <- getVACclass(x,c("CLOUD","ICE","SEA"))

steingod/R-osisaf documentation built on May 30, 2019, 2:32 p.m.