[Picante-commits] r64 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Apr 26 02:31:17 CEST 2008


Author: skembel
Date: 2008-04-26 02:31:17 +0200 (Sat, 26 Apr 2008)
New Revision: 64

Modified:
   pkg/man/multiPhylosignal.Rd
Log:
Minor changes to pass check cleanly

Modified: pkg/man/multiPhylosignal.Rd
===================================================================
--- pkg/man/multiPhylosignal.Rd	2008-04-26 00:28:05 UTC (rev 63)
+++ pkg/man/multiPhylosignal.Rd	2008-04-26 00:31:17 UTC (rev 64)
@@ -5,11 +5,11 @@
   Calculates phylogenetic signal for data.frame of traits. Traits may have missing values in which case the tree will be pruned prior to calculating phylogenetic signal for each trait.
 }
 \usage{
-multiPhylosignal(x,tree,...)
+multiPhylosignal(x, phy, ...)
 }
 \arguments{
   \item{x}{ Data frame of trait data with row names corresponding to tip.labels }
-  \item{tree}{ phylo object }
+  \item{phy}{ phylo object }
   \item{...}{ Additional arguments to phylosignal }
 }
 \value{



More information about the Picante-commits mailing list