R/mplot.gg.R

Defines functions mplot.gg

Documented in mplot.gg

#' mplot.gg
#'
#' @param use.one.x
#' @param theme
#'
#' @return
#' @export
#'
#' @examples
mplot.gg = function(..., use.one.x = T) {
	# 坐标轴对齐,只有1列
	# ... 参数是ggplot对象
  plots = list(...)
  mplot.list(plots,use.one.x = use.one.x)
}
itsaquestion/MyPlot documentation built on July 22, 2019, 8:40 p.m.