db.selcombine {RGeostats}R Documentation

Combine selections

Description

Combine the current selection with the already existing one

Usage

db.selcombine(combine = "set", selold = NA, sel)

Arguments

combine

One of the following keywords:

  • set : The final selection is set to the new selection (regardless of the previous one)

  • not : The final selection is set to the complementary of the new selection (regardless of the previous one)

  • and : The final selection is the intersection of the new and the previous ones

  • or : The final selection is the union of the new and the previous ones

  • xand : The final selection is the intersection of the new one and the complementary of the previous one

  • xor : The final selection is the union of the new one and the complementary of the previous one

selold

The previous selection

sel

The new selection

Value

The final selection


[Package RGeostats version 14.0.10 Index]