emba (version 0.1.1)

plot_mcc_classes_hist: Plot histogram of the MCC classes

Description

This function is a wrapper of the ahist function for plotting nicely the distribution of the MCC models' values.

Usage

plot_mcc_classes_hist(models.mcc.no.nan.sorted, models.cluster.ids,
  num.of.mcc.classes, mcc.class.ids)

Arguments

models.mcc.no.nan.sorted

a numeric sorted vector of Matthews Correlation Coefficient (MCC) scores, one for each model (no NaNs included). The names attribute holds the models' names.

models.cluster.ids

a numeric vector of cluster ids assigned to each model. It is the result of using Ckmeans.1d.dp with input the sorted vector of the models' MCC values with no NaNs included (models.mcc.no.nan.sorted).

num.of.mcc.classes

numeric. A positive integer (>2) that signifies the number of mcc classes (groups) that we should split the models MCC values (excluding the 'NaN' values).

mcc.class.ids

a numeric vector ranging from from 1 to num.of.mcc.classes.