frequency_table_from_gf_histogram | R Documentation |
Function to create a frequency table from a ggformula histogram object. Returns the cut points, bins, and counts within each bin.
frequency_table_from_gf_histogram(object, plot = TRUE)
object |
An output from gf_histogram. |
plot |
Logical indicating whether (TRUE) or not (FALSE) to plot the histogram passed to frequency_table_from_gf_histogram. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.