Skip to content

Commit

Permalink
Fixed error when TIC==FALSE (Error: TICRes_List not found)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristinaSchmidt1 committed Nov 4, 2024
1 parent e952d13 commit a6dc2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/Processing.R
Original file line number Diff line number Diff line change
Expand Up @@ -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"]])
Expand Down

0 comments on commit a6dc2a9

Please sign in to comment.