[Robast-commits] r789 - branches/robast-1.0/pkg/ROptEst/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Oct 5 23:23:40 CEST 2014
Author: ruckdeschel
Date: 2014-10-05 23:23:40 +0200 (Sun, 05 Oct 2014)
New Revision: 789
Modified:
branches/robast-1.0/pkg/ROptEst/R/plotWrapper.R
Log:
ROptEst: Some changes in wrapper to cniperpointplot
Modified: branches/robast-1.0/pkg/ROptEst/R/plotWrapper.R
===================================================================
--- branches/robast-1.0/pkg/ROptEst/R/plotWrapper.R 2014-09-24 14:00:07 UTC (rev 788)
+++ branches/robast-1.0/pkg/ROptEst/R/plotWrapper.R 2014-10-05 21:23:40 UTC (rev 789)
@@ -64,8 +64,6 @@
dots <- mc$"..."
if(is.null(mc$lower)) lower <- getdistrOption("DistrResolution")
if(is.null(mc$upper)) upper <- 1-getdistrOption("DistrResolution")
- if(is.null(mc$with.legend)) mc$with.legend <- TRUE
- if(is.null(mc$withCall)) mc$withCall <- TRUE
if(missing(fam)) stop("Argument 'fam' must be given as argument to 'CniperPointPlot'")
###
### 2. build up the argument list for the (powerful/fullfledged)
@@ -100,14 +98,14 @@
,adj = 0.5
,cex.main = substitute(1.5)
,cex.lab = substitute(1.5)
- ,main = ""#"Outlyingness Plot"
+ ,main = "Cniperpointplot"
,xlab=substitute("Dirac point")
,ylab=substitute("Asymptotic Risk difference (classic - robust)")
,bty = substitute("o")
), scaleList)
# print(argsList)
##parameter for plotting
- if(mc$with.legend)
+ if(with.legend)
{
argsList$col.main <- "black"
argsList$col.lab <- "black"
@@ -135,7 +133,7 @@
###
### 5. return the call (if withCall==TRUE)
###
- if(mc$withCall) print(mycall)
+ if(withCall) print(mycall)
}
#CniperPointPlot(fam=fam, main = "Gamma", lower = 0, upper = 5, withCall = FALSE)
More information about the Robast-commits
mailing list