Learn R Programming

usl (version 3.0.3)

show,USL-method: Show objects of class "USL"

Description

Display the object by printing it.

Usage

# S4 method for USL
show(object)

Value

show returns an invisible NULL.

Arguments

object

The object to be printed.

See Also

usl, USL-class

Examples

Run this code
require(usl)

data(raytracer)

## Show USL model
show(usl(throughput ~ processors, raytracer))

Run the code above in your browser using DataLab