for(i in 1:myargs$nloc){ 
 print(i)
}
for(i in 1:"42"){ 
 print(i)
}
rgamma(1, 2)
rgamma(1, "2")
rgamma(1, as.numeric("2"))
