comparer (version 0.2.0)

print.mbc: Print mbc class

Description

Print mbc class

Usage

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

Arguments

x

Object of class mbc

...

Additional parameters

Value

None

Examples

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

Run the code above in your browser using DataCamp Workspace