Learn R Programming

usl (version 1.2.1)

show: Show objects of class "USL"

Description

Display the object by printing it.

Usage

## S3 method for class '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
require(usl)

data(raytracer)

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

Run the code above in your browser using DataLab