apply_sel {RIntaros} | R Documentation |
Apply a Selection on the IMR Db
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)
dbin |
The |
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. |
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.