R/is.region1.R

is.region1 <-
function(r, beta)
{
	0<r && r<=beta/3 && 1/2<beta && beta<3/4
}

Try the HDDesign package in your browser

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

HDDesign documentation built on May 2, 2019, 6:41 a.m.