[R] "rounding" to a number that is LOWER than my number

Dimitri Liakhovitski dimitri.liakhovitski at gmail.com
Fri Sep 16 18:31:19 CEST 2011


In other words, I am looking for something like floor, but more
flexible - as it should allow me to:
turn 1.98 into 1.9 or
turn 298 into 290,
etc.
Dimitri

On Fri, Sep 16, 2011 at 12:28 PM, Dimitri Liakhovitski
<dimitri.liakhovitski at gmail.com> wrote:
> Hello!
>
> What function would allow me to "round" down, rather than up?
> For example, x<-1.98
> I'd like to get 1.9 - rather than 2.0.
>
> Reason - I am creating a minimum for an axis for a plot, and I need it
> to be lower than x (which, in turn, is the lowest number already).
> Thank you!
>
> --
> Dimitri Liakhovitski
> marketfusionanalytics.com
>



-- 
Dimitri Liakhovitski
marketfusionanalytics.com



More information about the R-help mailing list