R/xybarplot.R

Defines functions `xybarplot`

`xybarplot` <-
function(x, y, wbox = min(diff(x))*0.9, ofs=0.5, ...) {
  barplot(y, wbox, space = c(x[1] - wbox * ofs, (diff(x) - wbox)) / wbox, ...)
}

Try the simecolUtil package in your browser

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

simecolUtil documentation built on May 2, 2019, 5:57 p.m.