Nothing
#' @keywords internal
#' @importFrom graphics axis barplot mtext plot polygon title
#' @examples
#'
#' ## visualize.it acts as the general wrapper.
#' ## For guided application of visualize, see the visualize.distr_name list.
#' # Binomial distribution evaluated at lower tail.
#' visualize.it(dist = 'binom', stat = 2, params = list(size = 4,prob = .5),
#' section ="lower", strict = TRUE)
#' visualize.binom(stat = 2, size = 4, prob =.5, section ="lower", strict = TRUE)
#'
#' # Set to shade inbetween a bounded region.
#' visualize.it(dist = 'norm', stat = c(-1, 1), list(mu = 0, sd = 1), section="bounded")
#' visualize.norm(stat = c(-1, 1), mu = 0, sd = 1, section ="bounded")
#'
#' # Gamma distribution evaluated at upper tail.
#' visualize.it(dist = 'gamma', stat = 2, params = list(alpha = 2, theta = 1), section="upper")
#' visualize.gamma(stat = 2, alpha = 2, theta = 1, section="upper")
#'
#'
"_PACKAGE"
# The following block is used by usethis to automatically manage
# roxygen namespace tags. Modify with care!
## usethis namespace: start
## usethis namespace: end
NULL
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.