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?
question from:https://stackoverflow.com/questions/65895073/looping-through-orders-of-magnitude-in-rfor(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?
question from:https://stackoverflow.com/questions/65895073/looping-through-orders-of-magnitude-in-r