itemIndices {mgsa}R Documentation

Item indices of a MgsaSets

Description

Returns the indices corresponding to the items

Usage

itemIndices(sets, items)

## S4 method for signature 'MgsaSets,character'
itemIndices(sets, items)

## S4 method for signature 'MgsaSets,numeric'
itemIndices(sets, items)

Arguments

sets

an instance of class MgsaSets.

items

character or numeric the items of interest.

Value

a integer: the item indices.


[Package mgsa version 1.42.0 Index]