[Robast-commits] r774 - branches/robast-1.0/pkg/ROptEst/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Aug 1 20:11:23 CEST 2014
Author: ruckdeschel
Date: 2014-08-01 20:11:23 +0200 (Fri, 01 Aug 2014)
New Revision: 774
Modified:
branches/robast-1.0/pkg/ROptEst/R/AllPlot.R
Log:
[ROptEst] adjusted plot-Method for ICs to include the new argument x.vec
Modified: branches/robast-1.0/pkg/ROptEst/R/AllPlot.R
===================================================================
--- branches/robast-1.0/pkg/ROptEst/R/AllPlot.R 2014-08-01 18:06:49 UTC (rev 773)
+++ branches/robast-1.0/pkg/ROptEst/R/AllPlot.R 2014-08-01 18:11:23 UTC (rev 774)
@@ -7,7 +7,7 @@
legend.location = "bottomright", legend.cex = 0.8,
withMBR = FALSE, MBRB = NA, MBR.fac = 2, col.MBR = par("col"),
lty.MBR = "dashed", lwd.MBR = 0.8, n.MBR = 10000,
- scaleX = FALSE, scaleX.fct, scaleX.inv,
+ x.vec = NULL, scaleX = FALSE, scaleX.fct, scaleX.inv,
scaleY = FALSE, scaleY.fct = pnorm, scaleY.inv=qnorm,
scaleN = 9, x.ticks = NULL, y.ticks = NULL,
mfColRow = TRUE, to.draw.arg = NULL){
More information about the Robast-commits
mailing list