Learn R Programming

comparer (version 0.2.4)

plot.mbc: Plot mbc class

Description

Plot mbc class

Usage

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

Value

None

Arguments

x

Object of class mbc

...

Additional parameters

Examples

Run this code
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 DataLab