.removeCol {wrMisc} | R Documentation |
Remove columns indicated by col-number
Description
This function aims to remove columns indicated by col-number
Usage
.removeCol(matr, rmCol)
Arguments
matr |
(matrix or data.frame) main input |
rmCol |
(integer) column index for removing |
Value
This function returns an matrix or data.frame
See Also
Examples
aa <- matrix(1:6, ncol=3)
.removeCol(aa, 2)
[Package wrMisc version 1.15.1 Index]