boundExpand <- function(bounds){
Lower <- c(-Inf, bounds)
Upper <- lead(Lower, 1)
Upper[length(Lower)] <- Inf
return(list(Lower = Lower, Upper = Upper))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.