show,USL-method {usl}R 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))


[Package usl version 3.0.3 Index]