dplot {LMGene}R Documentation

Plotting smoothed histogram

Description

This function is a sub-function of arrplotd and draws a smoothed histogram.

Usage

dplot(scoef, cs = "")

Arguments

scoef A matrix containing the relative mean square information of all factors for all genes
cs Addable caption in main title of the graph

Details

scoef can be made by the function arrplot1

Author(s)

David Rocke and Geun-Cheol Lee

References

http://www.idav.ucdavis.edu/~dmrocke/

See Also

arrplot1, arrplotd

Examples

#library
library(Biobase)
library(LMGene)

#data
data(Smpd0)

#
RMS<-arrplot1(Smpd0)
dplot(RMS, "Example")


[Package LMGene version 1.0.0 Index]