R/next2.R

Defines functions `next2`

`next2` <-
function(x)
{
	a <- ceiling(log(x, 2))
	y <- 2^a
	y
}

Try the RSEIS package in your browser

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

RSEIS documentation built on Aug. 19, 2023, 5:07 p.m.