[Picante-commits] r29 - in pkg: R man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Feb 26 20:45:49 CET 2008


Author: pdc
Date: 2008-02-26 20:45:48 +0100 (Tue, 26 Feb 2008)
New Revision: 29

Modified:
   pkg/R/stack.phylocom.R
   pkg/man/stack.phylocom.Rd
Log:
flipped the name around.  I was unable to find the referencing command, is it used?

Modified: pkg/R/stack.phylocom.R
===================================================================
--- pkg/R/stack.phylocom.R	2008-02-26 19:35:43 UTC (rev 28)
+++ pkg/R/stack.phylocom.R	2008-02-26 19:45:48 UTC (rev 29)
@@ -1,4 +1,4 @@
-`stack.phylocom` <-
+`phylocom.stack` <-
 function(z) {
 	temp <- data.frame(expand.grid(dimnames(z))[1:2], as.vector(as.matrix(z)))
 	temp <- temp[(temp[, 3] > 0) & !is.na(temp[, 3]), ]

Modified: pkg/man/stack.phylocom.Rd
===================================================================
--- pkg/man/stack.phylocom.Rd	2008-02-26 19:35:43 UTC (rev 28)
+++ pkg/man/stack.phylocom.Rd	2008-02-26 19:45:48 UTC (rev 29)
@@ -1,12 +1,12 @@
-\name{stack.phylocom}
-\alias{stack.phylocom}
+\name{phylocom.stack}
+\alias{phylocom.stack}
 
 \title{ Stack a database-format community data frame into a community data matrix }
 \description{
   Stack a database-format community data frame into a community data matrix. Mostly utility function for converting Phylocom sample format data frames into community data matrices.
 }
 \usage{
-stack.phylocom(z)
+phylocom.stack(z)
 }
 %- maybe also 'usage' for other objects documented here.
 \arguments{



More information about the Picante-commits mailing list