R/thresholdval.R

Defines functions thresholdval

thresholdval <-
function(x, knot) 
{
   ifelse(x >= knot, 1, 0)
}
YunyiShen/multiMaxEnt documentation built on Dec. 18, 2021, 8:22 p.m.