[Archetypes-commits] r14 - in pkg: . R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Apr 6 12:50:44 CEST 2009
Author: manuel
Date: 2009-04-06 12:50:44 +0200 (Mon, 06 Apr 2009)
New Revision: 14
Modified:
pkg/DESCRIPTION
pkg/R/archetypes-movie.R
Log:
Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION 2009-03-31 17:24:29 UTC (rev 13)
+++ pkg/DESCRIPTION 2009-04-06 10:50:44 UTC (rev 14)
@@ -2,7 +2,7 @@
Type: Package
Title: Archetypal Analysis
Version: 0.1-1
-Date: 2009-03-13
+Date: 2009-04-06
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: 13
+Revision: 14
Modified: pkg/R/archetypes-movie.R
===================================================================
--- pkg/R/archetypes-movie.R 2009-03-31 17:24:29 UTC (rev 13)
+++ pkg/R/archetypes-movie.R 2009-04-06 10:50:44 UTC (rev 14)
@@ -10,6 +10,9 @@
#' iteration after the plot call.
#' @param ... Passed to underlying plot functions.
#' @return Undefined.
+#' @usage
+#' movieplot(zs, data, show=c('atypes', 'adata'),
+#' ssleep=0, bsleep=0, postfn=function(iter){}, ...)
#' @export
movieplot <- function(zs, data, show=c('atypes', 'adata'),
ssleep=0, bsleep=0, postfn=function(iter){}, ...) {
More information about the Archetypes-commits
mailing list