added nsSNPs to lineage dist plots

This commit is contained in:
Tanushree Tunstall 2022-08-25 22:17:20 +01:00
parent ca619bc662
commit 741aad3dd1

View file

@ -58,7 +58,7 @@ lin_countP = lin_count_bp(lf_data = lineage_dfL[['lin_lf']]
, my_xals = my_xals # x axis label size , my_xals = my_xals # x axis label size
, my_yals = my_yals # y axis label size , my_yals = my_yals # y axis label size
, my_lls = my_lls # legend label size , my_lls = my_lls # legend label size
, bar_col_labels = c("SNPs", "Total Samples") , bar_col_labels = c("nsSNPs", "Total Samples")
, bar_col_values = c("grey50", "gray75") , bar_col_values = c("grey50", "gray75")
, bar_leg_name = "" , bar_leg_name = ""
, leg_location = "top" , leg_location = "top"