Round concentration to ndigit significant digits
Examples
round_concentration(x = c(0.00175,0.00324,0.0091), ndigit = 1)
#> [1] 0.002 0.003 0.010
Round concentration to ndigit significant digits
round_concentration(x = c(0.00175,0.00324,0.0091), ndigit = 1)
#> [1] 0.002 0.003 0.010