plot.mbc {comparer} | R Documentation |
Plot mbc class
Description
Plot mbc class
Usage
## S3 method for class 'mbc'
plot(x, ...)
Arguments
x |
Object of class mbc |
... |
Additional parameters |
Value
None
Examples
m1 <- mbc(mn= {Sys.sleep(rexp(1, 30));mean(x)},
med={Sys.sleep(rexp(1, 5));median(x)},
input=runif(100))
plot(m1)
[Package comparer version 0.2.3 Index]