plot_metrics: plot_metrics

Description Usage Arguments Author(s)

Description

Returns a dot plot for a given metric. Based on numerators and denominators

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
plot_metrics(
  metric = "metric name",
  program_name,
  num,
  den,
  reordering = "decreasing",
  qlabel = "Estimated rate",
  rate = "%",
  type = "dotplot_errors",
  ...
)

Arguments

metric

Name of the GAMUT metric

program_name

Vector of names of the transport program

num

vector of numerators for the metric

den

vector of denominators

reordering

Sets the sorting order. Default is 'decreasing'

qlabel

Default is 'Estimated rate'

rate

units of measure. Default is '%'

type

select the type of plot - dotplot_errors (default) or beeswarm.

...

further arguments passed to or from other methods.

Author(s)

Rollie Parrish


rparrish/GAMUT documentation built on Sept. 14, 2021, 4:07 p.m.