db.reduce {RGeostats} | R Documentation |
Extract a sub-part of a Db
db.reduce(db, names=NA, flag.sel=TRUE, ranks=NA, flag.keep.grid=FALSE, nabove=NA, nbelow=NA)
db |
The |
names |
List of names of attributes that must be extracted. For more information
see |
flag.sel |
When TRUE, only the active samples are extracted. When FALSE, the selection is ignored. |
ranks |
When defined, this argument gives the array of indices (between 1 and
db$nech) that must be kept in the output |
flag.keep.grid |
This flag only makes sense when initial |
nabove |
When using the 'flag.keep.grid', the resulting If the length of 'nabove' is not equal to the space dimension, the argument is repeated up to the space dimension. |
nbelow |
When using the 'flag.keep.grid', the resulting If the length of 'nbelow' is not equal to the space dimension, the argument is repeated up to the space dimension. |
The extracted db-class
. The variables copied in the
output db-class
keep the original names, from the input
db-class
file. The locators are not kept.