set.seed(123)
gena.population(pop.n = 10,
lower = c(-1, -2, -3),
upper = c(1, 0, -1),
pop.initial = rbind(c(0, -1, -2),
c(0.1, -1.2, -2.3)),
method = "normal")
Run the code above in your browser using DataLab