[Vegan-commits] r452 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Jul 31 07:06:53 CEST 2008


Author: jarioksa
Date: 2008-07-31 07:06:52 +0200 (Thu, 31 Jul 2008)
New Revision: 452

Modified:
   pkg/man/wcmdscale.Rd
Log:
wcmdscale: doc fixes

Modified: pkg/man/wcmdscale.Rd
===================================================================
--- pkg/man/wcmdscale.Rd	2008-07-30 16:28:03 UTC (rev 451)
+++ pkg/man/wcmdscale.Rd	2008-07-31 05:06:52 UTC (rev 452)
@@ -4,11 +4,11 @@
 % Copyright 1995-2007 R Core Development Team
 % Distributed under GPL 2 or later
 
-\name{cmdscale}
-\alias{cmdscale}
+\name{wcmdscale}
+\alias{wcmdscale}
 \title{Weighted Classical (Metric) Multidimensional Scaling}
 \usage{
-cmdscale(d, k, eig = FALSE, add = FALSE, x.ret = FALSE, w)
+wcmdscale(d, k, eig = FALSE, add = FALSE, x.ret = FALSE, w)
 }
 \description{
   Weighted classical multidimensional scaling, 
@@ -19,7 +19,7 @@
     or a full symmetric matrix containing the dissimilarities.}
   \item{k}{the dimension of the space which the data are to be
     represented in; must be in \eqn{\{1,2,\ldots,n-1\}}. If missing,
-    dimensions with above zero eigenvalue.}
+     all dimensions with above zero eigenvalue.}
   \item{eig}{indicates whether eigenvalues should be returned.}
   \item{add}{logical indicating if an additive constant \eqn{c*} should
     be computed, and added to the non-diagonal dissimilarities such that
@@ -48,7 +48,6 @@
     \code{eig} is true.}
   \item{x}{the doubly centred and weighted distance matrix if \code{x.ret} is true.}
   \item{weights}{Weights.}
-     }
 }
 \references{
   Gower, J. C. (1966)  



More information about the Vegan-commits mailing list