Skip to content

voiage.cli.plot_dominance

plot_dominance([positional or keyword] input_file: Path = typer.Argument(..., exists=True, file_okay=True, dir_okay=False, readable=True, help='Path to CSV file with strategy,cost,effect columns'), [positional or keyword] output_file: Path | None = typer.Option(None, '--output', '-o', help='File to save the dominance plot')) -> None

Plot the cost-effectiveness plane and frontier.

Plot dominance from a CSV file:

.. code-block:: bash

voiage plot-dominance dominance.csv

Parameters:

  • input_file Path (default: typer.Argument(..., exists=True, file_okay=True, dir_okay=False, readable=True, help='Path to CSV file with strategy,cost,effect columns'))
  • output_file Path | None (default: typer.Option(None, '--output', '-o', help='File to save the dominance plot'))

Returns: None