breakage
This commit is contained in:
parent
14f8f5d6d4
commit
c0f59bc9c9
5 changed files with 74 additions and 12 deletions
|
@ -48,7 +48,12 @@ lin_diversityP = lin_count_bp_diversity(lf_data = lineage_dfL[['lin_wf']]
|
|||
, y_log10 = F
|
||||
, y_scale_percent = F
|
||||
, leg_location = "top"
|
||||
, y_label = "SNP diversity")
|
||||
, y_label = "Percent" #"SNP diversity"
|
||||
, bp_plot_title = "SNP diversity"
|
||||
, title_colour = "black" #"chocolate4"
|
||||
, subtitle_text = NULL
|
||||
, sts = 20
|
||||
, subtitle_colour = "#350E20FF")
|
||||
|
||||
#=============================================
|
||||
# Output plots: Lineage count and Diversity
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue