Skip to content

Commit

Permalink
Update generate_alpha_per_time_dotplot_long.R
Browse files Browse the repository at this point in the history
  • Loading branch information
cafferychen777 committed Sep 13, 2024
1 parent 80eef07 commit ff80c40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/generate_alpha_per_time_dotplot_long.R
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,9 @@ generate_alpha_per_time_dotplot_long <- function(data.obj,
# Replace the existing theme selection code with this:
theme_to_use <- mStat_get_theme(theme.choice, custom.theme)

# Filter group names to only include those with "vs"
group.names <- names(test.list[[1]])
group.names <- group.names[grep("vs", group.names)]

test.list <- lapply(group.names, function(group.names){

Expand Down

0 comments on commit ff80c40

Please sign in to comment.