R/metaPlot.R

###=========================metaPlot===========================###
metaPlot <- function(x, ...) {
  UseMethod("metaPlot")
}
metaPlot.default <- function(x,...) {
  drawMeta(metaDF2Matrix(meta2DF(x)), ...)
}
metaPlot.metaDF <- function(x,...) {
  drawMeta(metaDF2Matrix(x), ...)
}
metaPlot.metaM <- function(x,...) {
  drawMeta(x, ...)
}
pmur002/metaplot documentation built on May 25, 2019, 10:21 a.m.