print.mbc | R Documentation |
Print mbc class
## S3 method for class 'mbc'
print(x, ...)
x |
Object of class mbc |
... |
Additional parameters |
None
m1 <- mbc({Sys.sleep(rexp(1, 30));mean(x)},
{Sys.sleep(rexp(1, 5));median(x)},
input=runif(100))
print(m1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.