.removeCol | R Documentation |
This function aims to remove columns indicated by col-number
.removeCol(matr, rmCol)
matr |
(matrix or data.frame) main input |
rmCol |
(integer) column index for removing |
This function returns an matrix or data.frame
dist
aa <- matrix(1:6, ncol=3)
.removeCol(aa, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.