remove.cols | R Documentation |
Remove cols specified by indices.
remove.cols(mx, indices)
mx |
matrix |
indices |
indices to remove. If indices is length zero, then mx is return as is. |
the matrix mx with columns removed. Names and any "meta" attribute preserved. Always returns a matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.