comparer (version 0.2.0)

plot.mbc: Plot mbc class

Description

Plot mbc class

Usage

# S3 method for mbc
plot(x, ...)

Arguments

x

Object of class mbc

...

Additional parameters

Value

None

Examples

Run this code
# NOT RUN {
m1 <- mbc(mn= {Sys.sleep(rexp(1, 30));mean(x)},
          med={Sys.sleep(rexp(1, 5));median(x)},
          input=runif(100))
plot(m1)
# }

Run the code above in your browser using DataCamp Workspace