diff --git a/R/MSn_processing.R b/R/MSn_processing.R index 28668ee..0daeffc 100755 --- a/R/MSn_processing.R +++ b/R/MSn_processing.R @@ -1454,7 +1454,7 @@ PerformMirrorPlotting <- function(mSet = NULL, cutoff_relative = cutoff_relative) # Construct the plot file name - plot_filename <- paste0(sub_dir, "/", as.character(paste0(mz, "__", rt)), "_", j, ".png") + # plot_filename <- paste0(sub_dir, "/", as.character(paste0(mz, "__", rt)), "_", j, ".png") # Save the plot with Cairo # ggsave(plot_filename, plot = last_plot(), width = width, height = height, dpi = dpi)