[Pomp-commits] r952 - pkg/pomp/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri May 16 19:03:44 CEST 2014
Author: kingaa
Date: 2014-05-16 19:03:44 +0200 (Fri, 16 May 2014)
New Revision: 952
Modified:
pkg/pomp/R/abc-methods.R
Log:
- fix xlabel
Modified: pkg/pomp/R/abc-methods.R
===================================================================
--- pkg/pomp/R/abc-methods.R 2014-05-16 16:40:42 UTC (rev 951)
+++ pkg/pomp/R/abc-methods.R 2014-05-16 17:03:44 UTC (rev 952)
@@ -19,7 +19,7 @@
if (scatter) {
pairs(conv.rec(x, pars))
} else {
- plot.ts(conv.rec(x,pars),...)
+ plot.ts(conv.rec(x,pars),xlab="iteration",...)
}
}
)
More information about the pomp-commits
mailing list