R/ggplotitF.R

#' Plot Objects with the ggplot2 Package
#'
#' Generic function.
#'
#' @param x An object.
#' @param ... Other parameters.
#' @export

ggplotit <- function(x, ...) {
  UseMethod("ggplotit")
}
pbiecek/ggplotit documentation built on May 24, 2019, 10:37 p.m.