R/ANSI_matrix_include_cols.R

Defines functions ANSI_matrix_include_cols

## File Name: ANSI_matrix_include_cols.R
## File Version: 0.06

ANSI_matrix_include_cols <- function(mat, empty, fill="")
{
    dfr <- ANSI_matrix_include_rows(mat=t(mat), empty=empty, fill=fill)
    dfr <- t(dfr)
    return(dfr)
}

Try the miceadds package in your browser

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

miceadds documentation built on Jan. 7, 2023, 1:09 a.m.