inGroup: Which values are in a new group?

View source: R/methodsGENEA.R

inGroupR Documentation

Which values are in a new group?

Description

Choose elements at each step. Used by features to identify unique components of splits table.

Usage

inGroup(x)

Arguments

x

numeric vector

Value

logical vector with length x

Examples

GENEAclassify:::inGroup(x = rep(-1, 5))
x1 <- c(1, 1, 1, 2, 2, 2, 2, 3, 3)
x1t <- GENEAclassify:::inGroup(x = x1)
x1[x1t]

GENEAclassify documentation built on March 31, 2023, 9:01 p.m.