R/butterflyPackage.R

#' \code{butterfly} package
#'
#' Makes Butterfly Density Plots
#'
#' See the README on
#' \href{https://github.com/RaymondBalise/butterfly#readme}{GitHub}
#'
#' @docType package
#' @name butterfly
NULL

## quiets concerns of R CMD check re: the .'s that appear in pipelines
if(getRversion() >= "2.15.1")  utils::globalVariables(c("x", "y", "..density.."))
RaymondBalise/butterfly documentation built on Dec. 27, 2019, 2:16 a.m.