apply_sel {RIntaros}R Documentation

Apply a Selection on the IMR Db

Description

Apply a Selection on the IMR Db

Usage

apply_sel(dbin, depth_lim = NA, long_lim = NA, lat_lim = NA, date_lim = NA,
          var_lim = NA, var_name = NA, compress = FALSE, verbose = FALSE)

Arguments

dbin

The db-class structure containing the IMR information.

depth_lim

A pair of values specifying the limits in depth

long_lim

A pair of values specifying the limits in longitude

lat_lim

A pair of values specifying the limits in latitude

date_lim

A pair of values specifying the limits in time

var_lim

A pair of values specifying the limits in variable scale

var_name

Name of the Target variable

compress

When TRUE, the masked samples are suppressed from the resulting Db. Otherwiswe, a selection is created.

verbose

Verbose flag.

Value

The resulting Db. Depending on whether the 'compress' option has been used or not, the masked samples have been removed from the resulting Db or not.


[Package RIntaros version 1.1 Index]