Skip to content

Commit

Permalink
wrong name for plot
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristinaSchmidt1 committed Oct 23, 2024
1 parent dd983d8 commit 7539a5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/Processing.R
Original file line number Diff line number Diff line change
Expand Up @@ -883,8 +883,8 @@ TICNorm <-function(InputData, SettingsFile_Sample, TIC){

#Combine Plots
dev.new()
norm_plots <- suppressWarnings(gridExtra::grid.arrange(RLA_data_raw_Sized+ theme(axis.text.x = element_text(angle = 90, hjust = 1))+ theme(legend.position = "none"),
RLA_data_norm_Sized+ theme(axis.text.x = element_text(angle = 90, hjust = 1))+ theme(legend.position = "none"),
norm_plots <- suppressWarnings(gridExtra::grid.arrange(RLA_data_raw+ theme(axis.text.x = element_text(angle = 90, hjust = 1))+ theme(legend.position = "none"),
RLA_data_norm+ theme(axis.text.x = element_text(angle = 90, hjust = 1))+ theme(legend.position = "none"),
ncol = 2))
dev.off()
norm_plots <- ggplot2::ggplot() +theme_minimal()+ annotation_custom(norm_plots)
Expand Down

0 comments on commit 7539a5f

Please sign in to comment.