Description Usage Arguments Author(s) See Also Examples
Compute and plot the (inversed) ecdf for each ID Map count entry within the IdMapCounts object.
1 2 |
idMapNames |
optional subset of ID Map names within the counts object
for which ecdf's should be plotted. If |
complement |
|
log |
|
lineColors |
Recyclable vector of line colors. If |
pointSymbols |
Character or numeric recyclable vector of symbols used to plotting points.
If |
pointColors |
Recyclable vector of point colors. If NULL (default), a set of predefined colors is used. |
cex.main |
Font size for plot main title. Default is 1.2. |
cex.lab |
Font size for X and Y axis titles. Default is 1. |
cex.axis |
Font sixe for axis labels. Default is 1. |
cex.legend |
Legend font size. Default is 1. |
par.zoom |
graphics parameters zoom factor. Scales the graphical parameters like cex, lwd, mai etc. |
... |
Additional graphical parameters |
Alex Lisovich, Roger Day
For more information see IdMapCounts
.
1 2 3 4 | jointIdMap<-JointIdMap(examples$identDfList);
cnts<-jointIdMap$getCounts();
cnts$plot();
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.