apollo_filterRows {apollo} | R Documentation |
Given a numeric object (scalar, vector, matrix or 3-dim array) keeps only the specified subset of rows.
apollo_filterRows(v, r)
v |
Numeric scalar, vector, matrix or 3-dim array. Rows of this object will be replaced by |
r |
Boolean vector. As many elements as rows in |
The same argument v
but only with the rows where r==TRUE
.