powered by
isAbnormal(x, percent = 0.5)
cset2band
#Not abnormal isAbnormal(c(1,NA)) #Abnormal; + isAbnormal(c(1,NA,1)) #Abnormal; - isAbnormal(c(1,NA,-1,-1,-1))
Run the code above in your browser using DataLab