for(x in 0.00001:10000) How do I structure the loop to get it to return: 0.00001, 0.0001, 0.001, 0.01, 0.1, 1, 10, 100, 1000, 10000?