R/rowcolnames.R

Defines functions rowcolnames

## File Name: rowcolnames.R
## File Version: 0.02

rowcolnames <- function(x, names)
{
    rownames(x) <- colnames(x) <- names
    return(x)
}

Try the sirt package in your browser

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

sirt documentation built on Aug. 11, 2023, 5:07 p.m.