Closed moritzpschwarz closed 4 years ago
Added the plotting error fix for isat(tis = T)
Added an error catching in the isat function:
if(sis == FALSE && iis == FALSE && tis == FALSE && uis == FALSE){
stop("No Indicator Selection Method was selected. Either set iis, sis or tis as TRUE or specify uis.")
}
I fixed the error in
biascorr
. The implemented change is very small.It might be necessary to check with Felix or James.