marray (version 1.50.0)

maNum2Logic: Convert a numeric vector of indices to a logical vector

Description

This function converts a numeric vector of indices to a logical vector. It is used for subsetting purposes.

Usage

maNum2Logic(n=length(subset), subset=TRUE)

Arguments

n
the length of the logical vector to be produced.
subset
a numeric vector of indices. A logical vector may also be supplied, in which case it is also the value of the function.

Value

a logical vector.

Examples

Run this code
maNum2Logic(10, 1:3)

Run the code above in your browser using DataLab