E3PlotHist: Draw a histogram (using Rcssplot)

Description Usage Arguments

Description

Draw a histogram (using Rcssplot)

Usage

1
2
3
E3PlotHist(histobj, xlim = NULL, ylim = NULL, xlab = "", ylab = "",
  main = "", fill = TRUE, xat = NULL, Rcss = "default",
  Rcssclass = "hist")

Arguments

histobj

- histogram object

xlim

- numeric vector of length 2. Determines range to plot on x axis

ylim

- numeric vector of length 2. Determines range to plot on y axis

xlab

- character string. Text to display below x axis

ylab

- character string. Text to display below y axis.

main

- character string. Text to display as title, above heatmap.

fill

- logical. Set TRUE to obtain a fill color under the histogram line.

xat

- numeric vector. Positions of labels on the x axis.

Rcss

- Rcss object. Used to style the heatmap with Rcssplot.

Rcssclass

- character vector. Classes to tune Rcssplot formatting.


tkonopka/ExpCube documentation built on May 31, 2019, 3:44 p.m.