View source: R/cartography_chamber.R
create_single_bin | R Documentation |
Create a bin of data
create_single_bin(data, filtered_data, cover_element_test)
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 |
A vector of names of points from the data frame, representing a level set.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.