View source: R/cartography_chamber.R
create_bins | R Documentation |
Create bins of data
create_bins(data, filtered_data, cover_element_tests)
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_tests |
A list of membership test functions for a set of cover elements. In other words, each element of |
A list of level sets, each containing a vector of the names of the data inside it.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.