<div dir="ltr">Hello All!<div><br></div><div>I have three seperate populations as genind objects. What I would like to do is pull a certain number of random individuals from each, to form a new single genind population.</div><div><br></div><div>I would then like individuals from this new genind population to mate randomly, producing another genind object which would contain their offspring.</div><div><br></div><div>Below is the code I came up with (which does not work):</div><div><br></div><div><div>Year1 <- repool(F1[sample(nrow(F1), 500), ], pop1[sample(nrow(pop1), 750), ], pop2[sample(nrow(pop2), 750), ], n=2000)</div><div><br></div><div>Year2 <- hybridize(Year1[sample(nrow(Year1), 1000), ], Year1[sample(nrow(Year1), 1000), ], n=2000)</div></div><div><br></div><div><br></div><div>any help would be greatly appreciated!</div><div><br></div><div>Best,</div><div>Spencer</div><div><br></div><div>-- <br>Spencer A Bruce<div>200 Washington St. </div><div>Troy, NY 12180<br>518 225 0787</div>
</div></div>