R/tam_anticomb2.R

Defines functions tam_anticomb2

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

tam_anticomb2 <- function(H)
{
    D0 <- round( sqrt( 2*H + .25 ) - .5 )
    return(D0)
}

Try the TAM package in your browser

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

TAM documentation built on Aug. 29, 2022, 1:05 a.m.