R/myhist.R

Defines functions myhist

#' @export
myhist <- function(x, y) {
  x %>% ggplot(aes({{y}})) + geom_histogram(fill = "blue")
  }
TommiKarki/EpiMethods documentation built on Dec. 6, 2019, 4:48 a.m.