Generates a quantifiability histogram using output of quantifiability() function.

quantHist(quantifiability_data, group_name, title = NULL)

Arguments

quantifiability_data

A list output from quantifiability() function. The list has elements named quant which is a data frame with quantifiability values where targets are in rows and subgroups are in columns, and n_samples which is a named vector with sample sizes corresponding to the columns and column names of quant.

group_name

The name of the subgroup for which to plot the data. This name should match one of the columns of quantifiability_data$quant and one of the entries of quantifiability_data$n_samples.

title

Optional title. By default the title is generated using the group name and sample size.

Value

Generates a histogram plot.