voiage.cli.plot_dominance
plot_dominance
Section titled “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')) -> NonePlot the cost-effectiveness plane and frontier.
Examples
Section titled “Examples”Plot dominance from a CSV file:
.. code-block:: bash
voiage plot-dominance dominance.csv
Parameters:
input_filePath(default:typer.Argument(..., exists=True, file_okay=True, dir_okay=False, readable=True, help='Path to CSV file with strategy,cost,effect columns'))output_filePath | None(default:typer.Option(None, '--output', '-o', help='File to save the dominance plot'))
Returns: None