Description
Creates the colour scale for the accepted and rejected populations based on z-score and the log likelihood (log P).
Usage
bar_colour(df, alpha = 1)
Arguments
df
A data.frame with at least three coloums. The first column is the logP, the second logical (z_score accept/reject), the third a unique naming column.
alpha
Should the alpha opacity be applied? And what value, 1 = solid, 0 = transparent.