stuff
This commit is contained in:
parent
e4e8bd7278
commit
3b77b4b611
2 changed files with 28 additions and 36 deletions
|
@ -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)
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue