plot-methods | R Documentation |
plot-methods
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.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.