Generates a coefficient of variation histogram using output of CV_AQ() function.

CV_AQ_Hist(CV_data, plot_type = NULL, title = NULL)

Arguments

CV_data

A vector of CV values output from CV_AQ() function.

plot_type

Controls the tile of plot. Can be 'intra' or 'inter' for intra-plate or inter-plate CV, respectively. Default title will be "AQ Intra-plate CV (%)" or "AQ Inter-plate CV (%)".

title

Optional title for the plot. Overrides default title.

Value

Generates a histogram plot.