logical.vector: Function to create a logical vector based on position and...

View source: R/logical.vector.R

logical.vectorR Documentation

Function to create a logical vector based on position and size, i.e. total length of vector

Description

It's basically the reverse of base::which()

Usage

logical.vector(positions, size)

Arguments

positions

Positions to extract

size

Length of logical vector


SeojinHwang/scadsum documentation built on June 30, 2023, 10:52 p.m.