This commit is contained in:
Tanushree Tunstall 2022-08-29 18:23:43 +01:00
parent 6441be21ab
commit 8f97ab7cc8
4 changed files with 17 additions and 15 deletions

View file

@ -36,7 +36,7 @@ lin_count_bp_diversity <- function( lf_data = lin_wf
, subtitle_text = NULL
, sts = 20
, subtitle_colour = "#350E20FF" #brown
) {
, ...) {
if(!all_lineages){
lf_data = lf_data[lf_data[[x_categ]]%in%use_lineages,]
}