<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;"><br>
Dear Rudy, <br>
<br>
the &quot;d=...&quot; simply indicates the mesh of the grid, which is not necessarily useful for a single graph, but may be used to compare different graphs (e.g. plane 1-2 and 3-4, to see how the distances in one plot relate to the other one). You can remove this indication
 using &quot;cgrid=0&quot; or remove the grid using &quot;grid=FALSE&quot;. <br>
<br>
About the inset, this is generated by the function add.scatter.eig. It scales so that the largest value uses most of the inset window. For instance:<br>
plot(1:10)<br>
add.scatter.eig(10:1,2,1,2)<br>
add.scatter.eig(1:10,0,9,10,posi=&quot;bottomright&quot;)<br>
<br>
About the inertia ellipses, they are graphical summaries of a cloud of points. This topic is actually being discussed in the adelist forum (forum for ade4):<br>
<a href="http://listes.univ-lyon1.fr/wws/arc/adelist/2011-05/msg00003.html" target="_blank">http://listes.univ-lyon1.fr/wws/arc/adelist/2011-05/msg00003.html</a><br>
<br>
They're not generally confidence ellipses. They are whenever the cloud of point is a sample from a bivariate normal distribution. In this case, &quot;cellipse&quot; (determines the size of the ellipse) indirectly controls the alpha threshold. 1.5 (default) corresponds
 to 67%; 2.5 corresponds to the magical 95%.<br>
The exact formula is:<br>
p = 1 − exp( − cellipse^2 /2 )<br>
<br>
<br>
All the best<br>
<br>
Thibaut<br>
<br>
<font size="2"></font>
<div>
<div class="BodyFragment"></div>
</div>
<div style="font-family: Times New Roman; color: rgb(0, 0, 0); font-size: 16px;">
<hr tabindex="-1">
<div style="direction: ltr;" id="divRpF75495"><font size="2" color="#000000" face="Tahoma"><b>From:</b> adegenet-forum-bounces@r-forge.wu-wien.ac.at [adegenet-forum-bounces@r-forge.wu-wien.ac.at] on behalf of Rudy Jonker [mrjonker@gmail.com]<br>
<b>Sent:</b> 18 May 2011 09:39<br>
<b>To:</b> adegenet-forum@r-forge.wu-wien.ac.at<br>
<b>Subject:</b> [adegenet-forum] question scatter.dapc<br>
</font><br>
</div>
<div></div>
<div>
<div>Dear Thibaut and group,</div>
<div>&nbsp;</div>
<div>I have a question with respect to the graphs made with <em>scatter.dapc</em>. I noticed a d=<em>n</em> in the top right corner of the graph and was wondering what it stands for. I could not find it in the manual or in the article. I also have a question
 with respect to the eigenvalue inset in the graph. Are the bars scaled such that the first eigenvalue is always the full length of the graph and that the rest is then plotted relative to the first?
</div>
<div>&nbsp;</div>
<div>And then the inertia ellipse: is this a sort of 95% confidence interval on the position of the centroid of a cluster?</div>
<div>&nbsp;</div>
<div>Thanks in advance,</div>
<div>Rudy</div>
</div>
</div>
</div>
</body>
</html>