ntile_bin | R Documentation |
Create ntil bins of a numeric variable
ntile_bin(data, variable = NULL, ntiles = NULL)
ntiles |
library(ggplot2) library(asbtools) ntile_bin(data = diamonds, "price", 12)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.