Rounds numbers greater than 1000 to no decimals, greater than 100 to one decimal, etc.

aquastat_rounder(x)

Arguments

x

number to round

Value

x, but rounded

Details

DETAILS

Examples

if (FALSE) {
if(interactive()){
 #EXAMPLE1
 }
}