subset.stimlist: Subset Stimulus Lists
Description
Returns a subset of the stimulus list meeting the condition.
Usage
# S3 method for stimlist
subset(x, subset, ...)
Arguments
subset
a character string to use as a pattern for searching stimulus IDs, or a logical expression indicating elements or rows to keep: missing values are taken as false.
...
further arguments to be passed to or from other methods.