Skip to content

voiage.cli.plot_voi_curves

plot_voi_curves([positional or keyword] series_file: Path = typer.Argument(..., exists=True, file_okay=True, dir_okay=False, readable=True, help='Path to JSON plot series data'), [positional or keyword] output_file: Path | None = typer.Option(None, '--output', '-o', help='File to save the VOI curves plot')) -> None

Plot EVPI/EVSI VOI curves from JSON series data.

Plot VOI curves from a JSON series file:

.. code-block:: bash

voiage plot-voi-curves curves.json

Parameters:

  • series_file Path (default: typer.Argument(..., exists=True, file_okay=True, dir_okay=False, readable=True, help='Path to JSON plot series data'))
  • output_file Path | None (default: typer.Option(None, '--output', '-o', help='File to save the VOI curves plot'))

Returns: None