Description Usage Arguments Author(s)
Returns a dot plot for a given metric. Based on numerators and denominators
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",
...
)
|
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. |
Rollie Parrish
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.