Skip to contents

plot error bars with lines included

Usage

plotErrorBarsLines(
  v,
  barSizes,
  lines,
  labels = NULL,
  color = "blue",
  ylim = c(min(lines), max(lines)),
  ...
)

Arguments

v

Matrix of aggregated genes

barSizes

error bar sizes, normall twice the standard deviation

lines

lines from sample cluster data

labels

labels normal provided from ordered group, but defaults to NULL

color

colours, often provided by the rainbow() function

ylim

y limit of the plot, the normally the minimum value

...

ellipses allow extra arguments to a function, when they are provided as a list