[Pomp-commits] r337 - pkg/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Sep 28 19:32:10 CEST 2010


Author: kingaa
Date: 2010-09-28 19:32:10 +0200 (Tue, 28 Sep 2010)
New Revision: 337

Modified:
   pkg/R/probe.R
Log:

- fix up labels when many probes are used


Modified: pkg/R/probe.R
===================================================================
--- pkg/R/probe.R	2010-09-28 16:53:27 UTC (rev 336)
+++ pkg/R/probe.R	2010-09-28 17:32:10 UTC (rev 337)
@@ -165,7 +165,7 @@
                     lower.panel=below.diag.panel,
                     upper.panel=above.diag.panel,
                     labels=lab.plus,
-                    cex.labels=1
+                    cex.labels=if (nprobes>5) 5/nprobes else 1
                     )
             } else {
               plot(datsimvals,datsimvals,type="n",xlab="",ylab="",yaxt="n",main=lab.plus)



More information about the pomp-commits mailing list