Skip to content
Prev 313925 / 398506 Next

Convert negativ number to 0

mydf[mydf < 0] <- 0

or

mydf$A[mydf$A < 0] <- 0

depending on what exactly you want.

Note: this is the kind of operation for which there are many possible
equivalent solutions, and many tweaks possible depending on how you
want to deal with NA value, etc.

Sarah
On Wed, Dec 19, 2012 at 10:03 AM, Mat <matthias.weber at fnt.de> wrote:
--
Sarah Goslee
http://www.functionaldiversity.org