histMat: Make histograms for matrix

View source: R/hist.R

histMatR Documentation

Make histograms for matrix

Description

Make histograms for matrix

Usage

histMat(
  mat,
  linesOpt = list(lwd = NULL, col = NULL, lty = NULL, type = NULL, pch = NULL),
  main = NULL,
  xlab = NULL,
  xlim = NULL,
  ...
)

Arguments

mat

A numerical matrix

linesOpt

Line options

main

Title text

xlab

Xlab

xlim

Xlim

...

Other parameters passed to hist

Author(s)

Jitao David Zhang <jitao_david.zhang@roche.com>

See Also

hist

Examples


testMat <- matrix(rnorm(1000), nrow=100)
histMat(testMat)


bedapub/ribiosPlot documentation built on Sept. 1, 2023, 6:50 p.m.