getHandSetIndices {rhoR} | R Documentation |
Generate a Handset
Description
Generate a vector representing indices of set, using the handSetBaserate to determine the minimum number of indices that are positive
Usage
getHandSetIndices(set, handSetLength = 20, handSetBaserate = 0.2)
Arguments
set |
matrix of two columns |
handSetLength |
number of indices to find |
handSetBaserate |
number between 0 and 1 to use as a minimum number of positive indices |
Value
vector of indices from set
[Package rhoR version 1.3.0.3 Index]