Description Usage Arguments See Also Examples
Plotting, summarising, and printing cmf objects
1 2 3 4 5 6 7 8 9 10 11 12 |
x |
cmf object |
select |
optional selection vector of variables to show |
line |
whether to show a line at the chosen cutoff |
labelSelected |
whether to label the selected mediators in the plot, not used when fewer than 20 bars are shown. |
defaultColour |
the colour for the bars lower than the cutoff |
highlightColour |
the colour for the bars of the selected mediators |
... |
other arguments passed to barplot and summary |
topn |
only show the top n mediators |
object |
cmf object |
1 2 3 4 5 6 7 | # generate some data
dat <- generateMed(a = (1:10)/20, b = (1:10)/20)
res <- cmf(dat)
# screeplot of the result
screeplot(res)
# manhattan style plot the result
plot(res)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.