R/negapart.R

Defines functions negapart

negapart<-function(pcf)
{
pcf$value<--pmin(pcf$value,0)
return(pcf)
}

Try the denpro package in your browser

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

denpro documentation built on May 2, 2019, 8:55 a.m.