Description Usage Arguments Value Examples
View source: R/ggplot2_density.R
Density plot from a data frame using ggplot2
1 |
data |
(compulsory) a data frame in which each column is a sample. |
title |
(optional) main title of the plot and the name of the file. Default: time stamp. |
a PDF plot that contains one page per column in data.
1 2 | dat <- data.frame(A=rnorm(200), B=rnorm(200))
ggplot2_density(dat, title="test")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.