var fDesc=new Array(); fDesc[0] = "Fit and visualize thin-plate splines on trees. Windows. Performs a least-squares orthogonal generalized Procrustes analysis to obtain a reference and then estimates the splines for each group (internal node) on a tree. Both ultrametric (e.g., WPGMA and UPGMA trees) and additive trees (using squared change parsimony to estimate the shapes of the HTUs) are supported.

The estimated shapes can be visualized with estimated images in the background (see the tpsSuper program). The file expands into a Windows setup program and associated files."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }