DASL-Lab / provoc

PROportions of Variants of Concern using counts, coverage, and a variant matrix.
https://dasl-lab.github.io/provoc/
MIT License
0 stars 0 forks source link

Plotting functions should return the data in a plot friendly format. #51

Open DBecker7 opened 3 months ago

DBecker7 commented 3 months ago

This makes it easier to make custom plots, such as comparing results of two entirely separate models (especially if fit with different lineage definitions).

return(invisible) should be enough, or a draw_plot argument.