dot-matrixDiffWithRecycling: Compute column-wise difference of matrices with possibly...

.matrixDiffWithRecyclingR Documentation

Compute column-wise difference of matrices with possibly different number of rows. Do this by iterating over columns, treating them as vectors and then using R's native vector recycling.

Description

Compute column-wise difference of matrices with possibly different number of rows. Do this by iterating over columns, treating them as vectors and then using R's native vector recycling.

Usage

.matrixDiffWithRecycling(x, y)

PeteHaitch/GenomicTuples documentation built on Nov. 9, 2023, 5:02 a.m.