I have the R output like:
y <- c(0, 0, 0, 0, 0.128976, 0.38794344, 2.39485800, 0.2345667)
How can I format it up to two decimal digits?
I have the R output like:
y <- c(0, 0, 0, 0, 0.128976, 0.38794344, 2.39485800, 0.2345667)
How can I format it up to two decimal digits?