dplote {LMGene}R Documentation

Plotting cumulative frequency distribution

Description

This function is a sub-function of arrplote and draws a cumlative frequency function.

Usage

dplote(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, arrplote

Examples

#library
library(Biobase)
library(LMGene)

#data
data(Smpd0)

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


[Package LMGene version 1.0.0 Index]