dplot {LMGene} | R Documentation |
This function is a sub-function of arrplotd
and draws a smoothed histogram.
dplot(scoef, cs = "")
scoef |
A matrix containing the relative mean square information of all factors for all genes |
cs |
Addable caption in main title of the graph |
scoef
can be made by the function arrplot1
David Rocke and Geun-Cheol Lee
http://www.idav.ucdavis.edu/~dmrocke/
#library library(Biobase) library(LMGene) #data data(Smpd0) # RMS<-arrplot1(Smpd0) dplot(RMS, "Example")