<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;"><div>By now you probably know the membership of each individual. Just assign them colors and pass that to the `col` parameter.<br></div><div><br></div><div>library(adegenet)<br></div><div><br></div><div>data(H3N2)<br></div><div>dapc1 <- dapc(H3N2, pop=H3N2$other$epid, n.pca=30,n.da=6)<br></div><div><br></div><div>custom.cols <- sample(c("red", "black"),<br></div><div>                      size = nInd(H3N2),<br></div><div>                      prob = c(0.2, 0.8),<br></div><div>                      replace = TRUE)<br></div><div><br></div><div>scatter(dapc1, col = custom.cols)<br></div><div><br></div><div>Cheers,<br></div><div>Roman</div><br><div data-zbluepencil-ignore="true" id="Zm-_Id_-Sgn"><div><br></div><div><div>--- <br></div><div>“If we have data, let’s look at data. If all we have are opinions, let’s go with mine.” -- Jim Barksdale<br></div></div><div><br></div></div><br><div style="" data-zbluepencil-ignore="true" class="zmail_extra"><br><div id="Zm-_Id_-Sgn1">---- On Sat, 12 Sep 2020 08:17:54 +0200 <b>Das, Roma (ICRISAT-IN) <r.das@cgiar.org></b> wrote ----<br></div><br><blockquote style="border-left: 1px solid rgb(204, 204, 204); padding-left: 6px; margin: 0px 0px 0px 5px;"><style><br></style><div class=" zm_2098628863757334325_parse_-7409743074185134240"><div class="x_-1266410507WordSection1"><p class="" style="margin: 0px;">Hello,<br></p><p class="" style="margin: 0px;">I have a scatter plot with 20 groups (using on find.cluster() using 1200 individuals). However I want to use only two color for individuals in same scatter plot with 20 groups.<br></p><p class="" style="margin: 0px;"> <br></p><p class="" style="margin: 0px;">Thanks in advance.<br></p><p class="" style="margin: 0px;"> <br></p><p class="" style="margin: 0px;">Regards,<br></p><p class="" style="margin: 0px;">Roma<br></p></div></div>_______________________________________________<br>adegenet-forum mailing list<br>adegenet-forum@lists.r-forge.r-project.org<br>https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/adegenet-forum</blockquote></div><div><br></div></div><br></body></html>