powered by
Choose elements at each step. Used by features to identify unique components of splits table.
features
inGroup(x)
logical vector with length x
numeric vector
GENEAclassify:::inGroup(x = rep(-1, 5)) x1 <- c(1, 1, 1, 2, 2, 2, 2, 3, 3) x1t <- GENEAclassify:::inGroup(x = x1) x1[x1t]
Run the code above in your browser using DataLab