tact.select {heR.Activities}R Documentation

Select Sets from Time-Activity Objects

Description

Select one or more event sets from one or more time-activity objects or a multiple time-activity object.

Usage

tact.select(..., set = 1)
ta.select(x, sets = 1)

Arguments

... a number of tact time-activity objects or an mtact multiple time-activity object.
x a single tact tmie-activity object
set the event set(s) to use, defaulting to the first set

Details

This function is provided to simply select one or more event sets from a one or more time-activity objects. Currently a number of sets can be selected for each individual (with tact.select), but they must be the same sets (i.e., with the same name or index).

In the future, we could let set be a list of sets, one group of sets for each individual. That way, we could select a variety of different sets from each individual and cram them all into a single mtact object.

Value

Returns a tact (for ta.select) or an mtact object (for tact.select) with a selected event sets per individual. Note that ta.select only processes a single individual time-activity.

Author(s)

Neil Klepeis

See Also

tact


[Package heR.Activities version 0.0.4 Index]