This commit is contained in:
Tanushree Tunstall 2022-08-24 16:52:11 +01:00
parent e4e8bd7278
commit 3b77b4b611
2 changed files with 28 additions and 36 deletions

View file

@ -73,7 +73,7 @@ lf_bp <- function(lf_df = lf_duet
)
)
)
) + ggplot2::scale_color_manual(values = consurf_bp_colours)
) + ggplot2::scale_color_manual(values = consurf_colours)
} else {
#Legend=factor(eval(parse(text = colour_categ)))
@ -99,7 +99,7 @@ lf_bp <- function(lf_df = lf_duet
)
#, aes(colour = Legend)
) +
ggplot2::scale_color_manual(values = consurf_bp_colours)
ggplot2::scale_color_manual(values = consurf_colours)
}