[Vegan-commits] r362 - branches/1.13/R pkg/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed May 21 10:08:18 CEST 2008
Author: jarioksa
Date: 2008-05-21 10:08:17 +0200 (Wed, 21 May 2008)
New Revision: 362
Modified:
branches/1.13/R/designdist.R
pkg/R/designdist.R
Log:
typo
Modified: branches/1.13/R/designdist.R
===================================================================
--- branches/1.13/R/designdist.R 2008-05-21 07:45:47 UTC (rev 361)
+++ branches/1.13/R/designdist.R 2008-05-21 08:08:17 UTC (rev 362)
@@ -5,7 +5,7 @@
{
terms <- match.arg(terms)
if (abcd && terms != "binary")
- warning("abcd = TRUE and terms are not 'binary':\nresults may be meaingless")
+ warning("abcd = TRUE and terms are not 'binary':\nresults may be meaningless")
x <- as.matrix(x)
N <- nrow(x)
P <- ncol(x)
@@ -36,4 +36,3 @@
else attr(dis, "method") <- name
dis
}
-
Modified: pkg/R/designdist.R
===================================================================
--- pkg/R/designdist.R 2008-05-21 07:45:47 UTC (rev 361)
+++ pkg/R/designdist.R 2008-05-21 08:08:17 UTC (rev 362)
@@ -5,7 +5,7 @@
{
terms <- match.arg(terms)
if (abcd && terms != "binary")
- warning("abcd = TRUE and terms are not 'binary':\nresults may be meaingless")
+ warning("abcd = TRUE and terms are not 'binary':\nresults may be meaningless")
x <- as.matrix(x)
N <- nrow(x)
P <- ncol(x)
@@ -36,4 +36,3 @@
else attr(dis, "method") <- name
dis
}
-
More information about the Vegan-commits
mailing list