Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

defaultPlotSkyline

Default Skyline Plotting Function


Description

This function plots a visualization of a queue's skyline (number of jobs in system, queue, and server) based on inputted statistics.

Usage

defaultPlotSkyline(
  times,
  numsInSys,
  numsInQue,
  numsInSvr,
  rangePlot,
  rangeAll,
  show,
  title = ""
)

Arguments

times

Vector of times at which statistics were recorded (x-values)

numsInSys

Number of jobs in the system at a given time, corresponding to provided times.

numsInQue

Number of jobs in the queue at a given time, corresponding to provided times.

numsInSvr

Number of the next job that will enter the queue.

rangePlot

Range/subset of data to plot (vector of min and max)

rangeAll

Range of all of the data (vector of min and max)

show

A vector of 3 logicals that specifies to show number in system, queue, and server, respectively.

title

Title of the plot

Details

Generates a snapshot skyline plot and is the default plotting function for ssq and msq.

Author(s)

Barry Lawson (blawson@richmond.edu),
Larry Leemis (leemis@math.wm.edu),
Vadim Kudlay (vadim.kudlay@richmond.edu)


simEd

Simulation Education

v2.0.0
GPL (>= 2)
Authors
Barry Lawson [aut, cre], Larry Leemis [aut], Vadim Kudlay [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.