#' @export
range.slice_left <- function(distribution, ...) {
# Not accurate when slicing between discrete points.
r <- range(distribution$distribution)
r[1L] <- distribution$breakpoint
r
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.