diff --git a/R/Processing.R b/R/Processing.R index 0e6cc6f..ebd18ed 100644 --- a/R/Processing.R +++ b/R/Processing.R @@ -210,7 +210,7 @@ PreProcessing <- function(InputData, } ## ---- Plots - if(is.null(TIC)==FALSE){ + if(TIC==TRUE){ PlotList <- c(TICRes_List[["Plot"]], OutlierRes[["Plot"]]) }else{ PlotList <- c(RLAPlot_List[["Plot"]])