View source: R/custom_function.R
distribution | R Documentation |
Distribution Summary
distribution(value, coverage_fraction, breaks = 10, constrain = FALSE)
value |
vector of value |
coverage_fraction |
coverage fraction |
breaks |
either a numeric vector of two or more unique cut points or a single number (greater than or equal to 2) giving the number of intervals into which x is to be cut. (default = 10) |
constrain |
should breaks (with length > 1) be limited by the max of value? |
data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.