round_any {ggFishPlots} | R Documentation |
Round to multiple of any number
Description
Round to multiple of any number
Usage
round_any(x, accuracy, f = round)
Arguments
x |
numeric vector to round |
accuracy |
number to round to; for POSIXct objects, a number of seconds |
f |
Value
Rounded numeric vector
Author(s)
Hadley Wickham
[Package ggFishPlots version 0.2.2 Index]