Skip to content

cvms 1.4.1

Compare
Choose a tag to compare
@LudvigOlsen LudvigOlsen released this 11 Jun 08:13
· 69 commits to master since this release

plot_confusion_matrix():

  • Adds option to set intensity_by to a log/arcsinh transformed version of the counts.
    This adds the options "log counts", "log2 counts", "log10 counts", "arcsinh counts"
    to the intensity_by argument.

  • Fixes bug when add_sums = TRUE and counts_on_top = TRUE.

  • Raises error for negative counts.

  • Fixes zero-division when all counts are 0.

  • Sets palette colors to lowest value when all counts are 0.