R/immer_matrix2.R

Defines functions immer_matrix2

## File Name: immer_matrix2.R
## File Version: 0.01

immer_matrix2 <- function(x, nrow)
{
    y <- TAM::tam_matrix2(x=x, nrow=nrow)
    return(y)
}

Try the immer package in your browser

Any scripts or data that you put into this service are public.

immer documentation built on Aug. 22, 2022, 5:05 p.m.