tbl_binr | R Documentation |
Cut Numeric Values Into Evenly Distributed Groups (bins).
tbl_binr( data, variables = NULL, remove_original_variables = F, target_bins = NULL, max_breaks = NULL, exact_groups = F, verbose = T, errthresh = 0.1, minpts = NA )
minpts |
library(ggplot2) library(tidyverse) library(asbtools) tbl_binr(data = diamonds, variables = c("price", "table"), target_bins = 5, max_breaks = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.