R/immer_rownorm.R

Defines functions immer_rownorm

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

immer_rownorm <- function(x)
{
    y <- x / rowSums(x)
    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 May 29, 2024, 11:52 a.m.