Description Details Author(s) Examples
Higher order plots for ggplot2. Nothing more than a utility wrapper for frequently generated plots.
Package: | ggplots |
Type: | Package |
Version: | 0.1-1 |
Date: | 2011-05-06 |
License: | Artistic-2.0 |
LazyLoad: | yes |
John Myles White
Maintainer: John Myles White <jmw@johnmyleswhite.com>
1 2 3 4 5 6 7 | library('ggplots')
df <- data.frame(x = c(1, 2, 3, 4, 5), y = c(2, 3, 4, 4, 5), z = c(5, 3, 4, 1, 1))
p <- correlation.matrix(df)
p
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.