R/geom-path.r

#' @rdname geom_freqpoly
#' @format NULL
#' @usage NULL
#' @export
GeomPath_SparkR <- ggproto("GeomPath_SparkR", GeomPath,
  handle_na = function(data, params) {
    data
  }
)
SKKU-SKT/ggplot2.SparkR documentation built on May 9, 2019, 11:13 a.m.