R/logthresh_2_thresh.R

Defines functions logthresh_2_thresh

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

logthresh_2_thresh <- function(x)
{
    cumsum( exp(x) )
}

Try the mdmb package in your browser

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

mdmb documentation built on March 7, 2023, 6:58 p.m.