[R] negative number to positive number

Rajarshi Guha rguha at indiana.edu
Wed Apr 25 01:48:28 CEST 2007


On Tue, 2007-04-24 at 16:46 -0700, H. Paul Benton wrote:
> Hello all,
> 
> I know this is a pretty easy question but I can't find it in S poetry or
> R help.
> 
> How can I make a negative number positive. Such as
> -5 to be +5
> I tried +(-5), but that didn't work.
> 
> So no, I don't mean taking a -5^2 just to get a positive number.
> This is in a function so it's not just -5 it's x. :)

abs(x)

-------------------------------------------------------------------
Rajarshi Guha <rguha at indiana.edu>
GPG Fingerprint: 0CCA 8EE2 2EEB 25E2 AB04 06F7 1BB9 E634 9B87 56EE
-------------------------------------------------------------------
C Code.
C Code Run.
Run, Code, RUN!
PLEASE!!!!



More information about the R-help mailing list