added nsSNPs to lineage dist plots
This commit is contained in:
parent
ca619bc662
commit
741aad3dd1
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue