plot-methods: Methods for Function plot in Package 'ROptEst'

plot-methodsR Documentation

Methods for Function plot in Package ‘ROptEst’

Description

plot-methods

Details

S4-Method plot for for signature IC,missing has been enhanced compared to its original definition in RobAStBase so that if argument MBRB is NA, it is filled automatically by a call to optIC which computes the MBR-IC on the fly. To this end, there is an additional argument n.MBR defaulting to 10000 to determine the number of evaluation points. points.

Examples

N <- NormLocationScaleFamily(mean=0, sd=1)
IC <- optIC(model = N, risk = asCov())
## Don't run to reduce check time on CRAN

plot(IC, main = TRUE, panel.first= grid(),
     col = "blue", cex.main = 2, cex.inner = 0.6,
     withMBR=TRUE)


ROptEst documentation built on Feb. 7, 2024, 3:02 p.m.