grapes-times-1-grapes: Sorted matrix multiplication with intercept column

%*1%R Documentation

Sorted matrix multiplication with intercept column

Description

This function first binds a column filled with 1s named intercept to a, then performs rownames and colnames-aware (%**%) matrix multiplication with b.

Usage

a %*1% b

Arguments

a

a matrix with rownames specified

b

a matrix with colnames specified

Value

matrix


MarioniLab/StabMap documentation built on Sept. 28, 2022, 2:28 a.m.