[Archetypes-commits] r15 - in pkg: . R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Apr 15 08:54:25 CEST 2009


Author: manuel
Date: 2009-04-15 08:54:25 +0200 (Wed, 15 Apr 2009)
New Revision: 15

Modified:
   pkg/DESCRIPTION
   pkg/R/pcplot.R
Log:


Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION	2009-04-06 10:50:44 UTC (rev 14)
+++ pkg/DESCRIPTION	2009-04-15 06:54:25 UTC (rev 15)
@@ -2,7 +2,7 @@
 Type: Package
 Title: Archetypal Analysis
 Version: 0.1-1
-Date: 2009-04-06
+Date: 2009-04-15
 Depends: nnls (>= 1.1)
 Suggests: MASS, vcd
 Author: Manuel J. A. Eugster <manuel.eugster at stat.uni-muenchen.de>
@@ -15,4 +15,4 @@
   "good" help pages for the everyday use of a package; we refer to the
   vignette for a consistent package illustration.
 License: GPL (>= 2)
-Revision: 14
+Revision: 15

Modified: pkg/R/pcplot.R
===================================================================
--- pkg/R/pcplot.R	2009-04-06 10:50:44 UTC (rev 14)
+++ pkg/R/pcplot.R	2009-04-15 06:54:25 UTC (rev 15)
@@ -18,12 +18,12 @@
 #' functionality is probabibly merged with the original function or it is
 #' possible with parallel coordinate plots which are available et all.
 #'
-#' @param x A $n \times m$ matrix or data frame who columns represent
+#' @param x A \eqn{n \times m} matrix or data frame who columns represent
 #'   variables. Missing values are allowed.
 #' @param col Line color.
 #' @param lty Line type.
 #' @param var.label Axes labels.
-#' @param rx A $2 \times m$ matrix with ranges for each dimension.
+#' @param rx A \eqn{2 \times m} matrix with ranges for each dimension.
 #' @param ... Passed to the underlying \code{\link[graphics]{matplot}}
 #'   function.
 #' @return Undefined.



More information about the Archetypes-commits mailing list