dot-removeCol: Remove columns indicated by col-number

.removeColR 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

dist

Examples

aa <- matrix(1:6, ncol=3)
.removeCol(aa, 2)

wrMisc documentation built on Nov. 17, 2023, 5:09 p.m.