R/rm_facets_center_value.R

Defines functions rm_facets_center_value

## File Name: rm_facets_center_value.R
## File Version: 0.04

rm_facets_center_value <- function(x, value=0)
{
    y <- x + value - mean(x, na.rm=TRUE)
    return(y)
}

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.