USL
"Display the object by printing it.
# S4 method for USL
show(object)
show
returns an invisible NULL
.
The object to be printed.
usl
, USL-class
require(usl)
data(raytracer)
## Show USL model
show(usl(throughput ~ processors, raytracer))
Run the code above in your browser using DataLab