lhs.select {tlocoh} | R Documentation |
Select hullsets
lhs.select(lhs, id = NULL, k = NULL, r = NULL, a = NULL, s = NULL, hs.names = NULL, hs.idx = NULL, selection = NULL, status = TRUE)
lhs |
A LoCoH-hullset object |
id |
The name(s) of individuals to extract |
k |
The k value of hullsets to extract |
r |
The r value of hullsets to extract |
a |
The a value of hullsets to extract |
s |
The s value of hullsets to extract |
hs.names |
The name(s) of saved hullsets to extract |
hs.idx |
The indices of saved hullsets to extract |
selection |
A locoh.selection object, see Details |
status |
Show status messages (T/F) |
This function returns a subset of hullsets based on the id value, k, a, r, or s. You may also select hullsets based on hullset names, indices, or a hullset selection object. A locoh.selection object is a named list, with one element for each id, containing one or more a, k, or r value(s).
See the lhs.selection
function in the tlocoh.dev package for details.
A LoCoH-hullset object