commfish / GCLr

Gene Conservation Lab R package repository
3 stars 0 forks source link

qc_template bugs #35

Closed awbarclay closed 1 year ago

awbarclay commented 1 year ago

The qc_template has two plotting bugs that need fixing:

  1. In the plot_sucessrate code chunk, the code fails if there are no success rates less than 0.8. This can be fixed using an if statement.
  2. The plot produced by the qc_conflict_rate code chunk does not have the correct number of bars when plotting less than 3 conflict rates, and when there's only one conflict rate to plot, nothing shows up on the plot.