Description Usage Arguments Details Value Examples
Inverse of which. Converts an array of numeric or character indices to a logical index array. This function is useful if you need to perform logical operation on an index array but are only given numeric indices.
1 |
idx |
Numeric or character indices. |
nms |
Array of names or a sequence. Required if |
len |
Length of output array. Alternative to |
useNames |
Use the names of nms or idx |
Either nms
or len
has to be specified.
Logical vector of length len
or the same length as nms
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.