[Picante-commits] r54 - / www

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Apr 13 09:35:57 CEST 2008


Author: skembel
Date: 2008-04-13 09:35:57 +0200 (Sun, 13 Apr 2008)
New Revision: 54

Modified:
   TODO
   www/index.php
Log:
Slight improvement to web page

Modified: TODO
===================================================================
--- TODO	2008-04-13 06:30:41 UTC (rev 53)
+++ TODO	2008-04-13 07:35:57 UTC (rev 54)
@@ -7,17 +7,17 @@
 For 0.1
 -------
 -fix trait data input - currently many functions expect a vector with names, should handle/check lack of names and warn. Write helper function.
--Doublecheck name matching for comm.phylo.cor and ses.mpd/ses.mnnd
+-Doublecheck name matching for comm.phylo.cor and mpd/mnnd/ses.mpd/ses.mnnd
 -merge community structure and phylocom functions into one file?
--improve documentation to pass R check
+-improve documentation for public release
 
-
 For 0.2 and beyond
 -------
 -reinstate function to call out to phylocom executable and read results back in to R
 -implement null model heavy lifting in C code - see BB's email for a start
 -allow trait data to be a vector or a data.frame (single or multiple columns)
--implement contrib index and similar - move to phylobase format?
+-implement contrib index and similar
+-move to phylobase format
 -qr on comdist as option
 -trait gradient analysis and contrast diagnostics functions from DDA
 -taxaShuffle and comstruct functions - rewrite to use indices in place of names for efficiency

Modified: www/index.php
===================================================================
--- www/index.php	2008-04-13 06:30:41 UTC (rev 53)
+++ www/index.php	2008-04-13 07:35:57 UTC (rev 54)
@@ -43,8 +43,18 @@
 
 <!-- end of project description -->
 
-<p> No content added. </p>
+<p> The picante package implements a number of methods for measuring phylogenetic and trait diversity in ecological communities, phylogenetic signal, comparartive analyses (i.e. phylogenetically independent contrasts for circularly distributed traits), and utility functions for tree and data manipulation.</p>
 
+<p>Current features include:
+<ul><li>Community phylogenetic and trait similarity measures (Webb's NRI/NTI, mean pairwise distance among co-occurring species (can be used with any interspecific distance measure), correlations between species co-occurrence and phylogenetic distances</li>
+<li>Phylogenetic signal (Blomberg et al's K statistic and P-value based on randomization test)</li>
+<li>Independent contrasts for traits with circular distributions (i.e. phenology)</li>
+<li>Null models for community and phylogeny randomization</li>
+<li>Utility functions to read/write data in Phylocom format</li>
+</ul></p>
+
+<p>Initial release (version 0.1) scheduled for April 2008.</p>
+
 <p> The <strong>project summary page</strong> you can find <a href="http://<?php echo $domain; ?>/projects/<?php echo $group_name; ?>/"><strong>here</strong></a>. </p>
 
 </body>



More information about the Picante-commits mailing list