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

show,USL-methodR Documentation

Show objects of class "USL"

Description

Display the object by printing it.

Usage

## S4 method for signature 'USL'
show(object)

Arguments

object

The object to be printed.

Value

show returns an invisible NULL.

See Also

usl, USL-class

Examples

require(usl)

data(raytracer)

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


usl documentation built on Aug. 29, 2022, 1:06 a.m.