[Analogue-commits] r365 - pkg/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Oct 1 07:26:32 CEST 2013


Author: gsimpson
Date: 2013-10-01 07:26:32 +0200 (Tue, 01 Oct 2013)
New Revision: 365

Modified:
   pkg/R/mat.R
Log:
remove a redundant line of code

Modified: pkg/R/mat.R
===================================================================
--- pkg/R/mat.R	2013-10-01 05:24:36 UTC (rev 364)
+++ pkg/R/mat.R	2013-10-01 05:26:32 UTC (rev 365)
@@ -20,7 +20,7 @@
                         "information", "chi.distance", "manhattan",
                         "kendall", "gower", "alt.gower", "mixed"),
                         kmax, ...) {
-    dims <- dim(x) # the numbers of samples / species
+    ##dims <- dim(x) # the numbers of samples / species
     site.nams <- rownames(x) # store sample names for later
     .call <- match.call()
     ## need to reset due to method dispatch



More information about the Analogue-commits mailing list