renamed 2 to _v2

This commit is contained in:
Tanushree Tunstall 2022-08-22 11:41:42 +01:00
parent c9d7ea9fad
commit 802d6f8495
18 changed files with 761 additions and 976 deletions

View file

@ -61,7 +61,7 @@ lin_countP = lin_count_bp(lf_data = lineage_dfL[['lin_lf']]
, y_scale_percent = FALSE
, y_label = c("Count")
)
lin_countP
#===============================
# lineage SNP diversity count
#===============================
@ -88,7 +88,7 @@ lin_diversityP = lin_count_bp_diversity(lf_data = lineage_dfL[['lin_wf']]
, subtitle_text = NULL
, sts = 20
, subtitle_colour = "#350E20FF")
lin_diversityP
#=============================================
# Output plots: Lineage count and Diversity
#=============================================