round_any {ggFishPlots} | R Documentation |
Round to multiple of any number
round_any(x, accuracy, f = round)
x |
numeric vector to round |
accuracy |
number to round to; for POSIXct objects, a number of seconds |
f |
Rounded numeric vector
Hadley Wickham