Learn R Programming

monoClust (version 1.2.1)

find_closest: Find the Closest Cut

Description

Find the cuts for a quantitative variable. These cuts are what we are going to consider when thinking about bi-partitioning the data. For a quantitative column, find the next larger value of each value, if it is the largest, that value + 1

Usage

find_closest(col)

Arguments

col

a quantitative vector.

Value

a quantitative vector which contains the closest higher cut.