Keeps only some rows
Given a numeric object (scalar, vector, matrix or 3-dim array) keeps only the specified rows.
apollo_keepRows(v, r)
v |
Numeric scalar, vector, matrix or 3-dim array. |
r |
Boolean vector. As many elements as rows in |
The same argument v
but with the rows where r==FALSE
removed.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.