Mcut: Matrix cutting

View source: R/Mcut.R

McutR Documentation

Matrix cutting

Description

Cutting the bottom few rows of a matrix B so that B has the same number of rows as matrix A

Usage

Mcut(A, B)

Arguments

A

A matrix with n rows and l columns

B

A matrix with k rows and l columns, with k no less than n

Value

A matrix with n rows and l columns

Examples

Mcut(matrix(1:4,nrow=2), matrix(1:6,nrow=3))


tensorFun documentation built on Nov. 1, 2022, 9:05 a.m.