R/plotVar.R

Defines functions plotVar

Documented in plotVar

plotVar <-
function(x, var=NA, axes=1:2, var.col="red",
         var.lab=FALSE, bg.var.col="gray", 
         nlab=0, 
         sepID.data=NULL, # NULL, 1, 2, 1:2
         sepID.sep="_", ...) {
  UseMethod("plotVar")
}

Try the omicade4 package in your browser

Any scripts or data that you put into this service are public.

omicade4 documentation built on Nov. 8, 2020, 7:47 p.m.