powered by
Plot mbc class
# S3 method for mbc plot(x, ...)
None
Object of class mbc
Additional parameters
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