[Pomp-commits] r348 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Sep 29 17:49:18 CEST 2010


Author: kingaa
Date: 2010-09-29 17:49:18 +0200 (Wed, 29 Sep 2010)
New Revision: 348

Modified:
   pkg/man/pomp-methods.Rd
Log:

- keep up with changes


Modified: pkg/man/pomp-methods.Rd
===================================================================
--- pkg/man/pomp-methods.Rd	2010-09-29 15:48:48 UTC (rev 347)
+++ pkg/man/pomp-methods.Rd	2010-09-29 15:49:18 UTC (rev 348)
@@ -48,7 +48,7 @@
 \S4method{window}{pomp}(x, start, end, \dots)
 \S4method{show}{pomp}(object)
 \S4method{as}{pomp}(object, class)
-as.data.frame.pomp(x)
+as.data.frame.pomp(x, row.names, optional, \dots)
 \S4method{coerce}{pomp,data.frame}(from, to = "data.frame", strict = TRUE)
 \S4method{print}{pomp}(x, \dots)
 \S4method{plot}{pomp}(x, y, variables, panel = lines,
@@ -112,6 +112,9 @@
     logical;
     indicates if x- and y- axes should be drawn.
   }
+  \item{row.names, optional}{
+    ignored.
+  }
   \item{\dots}{
     Further arguments (either ignored or passed to underlying functions).
   }



More information about the pomp-commits mailing list