R/thresholdval.R

Defines functions thresholdval

thresholdval <-
function(x, knot) 
{
   ifelse(x >= knot, 1, 0)
}
mrmaxent/maxnet documentation built on Jan. 12, 2023, 8:20 a.m.