Why is this problem occuring? unused arguments? It wasnt occuring before, but only now that i try to assign triangular distribution, it seems to give me errors. I dont know why
...
library(mc2d)
capex_vec <- rtriang(10000, min = 485, mode=633, max = 816)
Error in rtriang(10000, min = 485, mode = 633, max = 816) :
unused arguments (min = 485, mode = 633, max = 816)
...