Skip to content

Commit

Permalink
gradient figure function fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
savvas-paragkamian committed Dec 15, 2023
1 parent 3aeaae1 commit 38e7fd2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,11 @@ gradient_scatterplot <- function(dataset, x_axis, y_axis, grouping_var){
## keep the character names of column names to pass to plot
##
plotname <- paste0("figures/",
grouping_var,
y_axis,
"_",
x_axis,
"_",
grouping_var,
"_gradient.png")
x_lab <- x_axis
y_lab <- y_axis
Expand Down

0 comments on commit 38e7fd2

Please sign in to comment.