R/poslin.R

Defines functions poslin

poslin <-
function(x) {
  y <- x
  y[y < 0] <- 0
  y
}

Try the elmNN package in your browser

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

elmNN documentation built on May 29, 2017, 3:22 p.m.