R/ggforestplot-package.R

#' ggforestplot: Forestplot Visualizations.
#'
#' ggforestplot is a package for plotting measures of effect, e.g. linear
#' associations or log and hazard ratios, with their confidence interval in a
#' forestplot layout. It's main plotting function is \code{forestplot()}.
#'
#' @keywords internal
#'
#' @importFrom magrittr %>%
#' @importFrom rlang .data
#'
"_PACKAGE"

if (getRversion() >= "2.15.1") {
  utils::globalVariables(c("."))
}
NightingaleHealth/ggforestplot documentation built on April 10, 2020, 7:01 p.m.