create_single_bin function

Create a bin of data

Create a bin of data

create_single_bin(data, filtered_data, cover_element_test)

Arguments

  • data: A data frame.
  • filtered_data: The result of a function applied to the data frame; there should be one filter value per observation in the original data frame.
  • cover_element_test: A membership test function for a cover element. It should return TRUE or FALSE when given a filtered data point.

Returns

A vector of names of points from the data frame, representing a level set.

  • Maintainer: George Clare Kennedy
  • License: MIT + file LICENSE
  • Last published: 2025-02-20