Description Usage Arguments Value Author(s) References Examples
Plots densities of data points in addition to cross-plot points.
1 2 3 |
mat |
Data matrix to plot. The first two columns will be visualized as a cross-plot. |
main |
title text |
x.ticks |
Number of ticks on the X axis |
rounding |
Rounding for X axis tick values |
add.points |
Plot the data points as well |
col |
Color of the data points |
adjust |
Kernel width adjustment |
size |
point size |
legend |
plot legend TRUE/FALSE |
ggplot2 object
Contact: Leo Lahti microbiome-admin@googlegroups.com
See citation('microbiome')
1 | p <- densityplot(cbind(rnorm(100), rnorm(100)))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.