R/reexport.R

# ggplot2 -----------------------------------------------------------------------
#' @export
#' @importFrom ggplot2 ggplot
ggplot2::ggplot

#' @export
#' @importFrom ggplot2 aes
ggplot2::aes

#' @export
#' @importFrom ggplot2 geom_line
ggplot2::geom_line

#' @export
#' @importFrom ggplot2 stat_smooth
ggplot2::stat_smooth

#' @export
#' @importFrom ggplot2 coord_cartesian
ggplot2::coord_cartesian

#' @export
#' @importFrom ggplot2 scale_x_continuous
ggplot2::scale_x_continuous

#' @export
#' @importFrom ggplot2 labs
ggplot2::labs

#' @export
#' @importFrom ggplot2 theme_bw
ggplot2::theme_bw

# tibble -----------------------------------------------------------------------
#' @export
#' @importFrom tibble as_tibble
tibble::as_tibble

# dplyr ------------------------------------------------------------------------
#' @export
#' @importFrom dplyr %>%
dplyr::`%>%`

# survival ---------------------------------------------------------------------
#' @export
#' @importFrom survival Surv
survival::Surv

Try the dcurves package in your browser

Any scripts or data that you put into this service are public.

dcurves documentation built on Dec. 28, 2022, 1:07 a.m.