lhs.select: Select hullsets

Description Usage Arguments Details Value

Description

Select hullsets

Usage

1
2
3
lhs.select(lhs, id = NULL, k = NULL, r = NULL, a = NULL,
  s = NULL, hs.names = NULL, hs.idx = NULL, selection = NULL,
  status = TRUE)

Arguments

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)

Details

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.

Value

A LoCoH-hullset object


tlocoh documentation built on May 2, 2019, 5:27 p.m.