select {lsasim}R Documentation

Transform regular vector into selection vector

Description

Attaches a "select" class to a vector

Usage

select(...)

Arguments

...

parameters to be passed to 'c()'

Value

same as 'x', but with a class attribute that classifies 'x' as "select"

Note

This function was created to be used instead of 'c()' in the 'n' argument of 'cluster_gen'.


[Package lsasim version 2.1.5 Index]