Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cneresta committed Oct 27, 2023
1 parent a53587f commit 4b702d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/boxplot_VICI.R
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ boxplot_VICI <- function(data_df, pval_2plot, response_name, input, inter=TRUE,
)
}else{
data_df$time <- relevel(data_df$time, ref=input$selectRefTimeIntra)
browser()
#browser()
#suppressWarnings(
if(input$jiter == "None"){
p <- ggboxplot(na.omit(data_df), x="stim", y="response", color= "time", palette = "RdGy",#c("Red","Blue","Black"),#"RdBu",
Expand Down

0 comments on commit 4b702d8

Please sign in to comment.