round_any {reshape}R Documentation

Round any

Description

Round to multiple of any number

Usage

round_any(x, round, f=floor)

Arguments

x numeric vector to round
round number to round to
f function to use for round (eg. floor)

Details

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples






[Package reshape version 0.7 Index]