[Distr-commits] r240 - branches/distr-2.0/pkg/distr/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Aug 6 06:52:28 CEST 2008
Author: stamats
Date: 2008-08-06 06:52:25 +0200 (Wed, 06 Aug 2008)
New Revision: 240
Modified:
branches/distr-2.0/pkg/distr/R/plot-methods_LebDec.R
Log:
discrepancy between code and docs ...
Modified: branches/distr-2.0/pkg/distr/R/plot-methods_LebDec.R
===================================================================
--- branches/distr-2.0/pkg/distr/R/plot-methods_LebDec.R 2008-08-06 00:18:18 UTC (rev 239)
+++ branches/distr-2.0/pkg/distr/R/plot-methods_LebDec.R 2008-08-06 04:52:25 UTC (rev 240)
@@ -1,7 +1,7 @@
############################ plot #######################
setMethod("plot", "AffLinUnivarLebDecDistribution",
- function(x, y = NULL, width = 16, height = 9, withSweave = FALSE,
+ function(x, y = NULL, width = 10, height = 5.5, withSweave = FALSE,
xlim = NULL, ylim = NULL, ngrid = 1000,
verticals = TRUE, do.points = TRUE,
main = FALSE, inner = TRUE, sub = FALSE,
@@ -22,7 +22,7 @@
})
setMethod("plot", "UnivarLebDecDistribution",
- function(x, y = NULL, width = 16, height = 9, withSweave = FALSE,
+ function(x, y = NULL, width = 10, height = 5.5, withSweave = FALSE,
xlim = NULL, ylim = NULL, ngrid = 1000,
verticals = TRUE, do.points = TRUE,
main = FALSE, inner = TRUE, sub = FALSE,
More information about the Distr-commits
mailing list