Learn R Programming

usl (version 1.8.0)

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

Description

Display the object by printing it.

Usage

# S4 method for USL
show(object)

Arguments

object

The object to be printed.

Value

show returns an invisible NULL.

See Also

usl, USL-class

Examples

Run this code
# NOT RUN {
require(usl)

data(raytracer)

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

# }

Run the code above in your browser using DataLab