R/posipart.R

Defines functions posipart

posipart<-function(pcf)
{
pcf$value<-pmax(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.