Mcut | R Documentation |
Cutting the bottom few rows of a matrix B so that B has the same number of rows as matrix A
Mcut(A, B)
A |
A matrix with n rows and l columns |
B |
A matrix with k rows and l columns, with k no less than n |
A matrix with n rows and l columns
Mcut(matrix(1:4,nrow=2), matrix(1:6,nrow=3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.