ggplot2-package: Higher order plots for ggplot2

Description Details Author(s) Examples

Description

Higher order plots for ggplot2. Nothing more than a utility wrapper for frequently generated plots.

Details

Package: ggplots
Type: Package
Version: 0.1-1
Date: 2011-05-06
License: Artistic-2.0
LazyLoad: yes

Author(s)

John Myles White

Maintainer: John Myles White <jmw@johnmyleswhite.com>

Examples

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

johnmyleswhite/ggplots documentation built on May 19, 2019, 5:17 p.m.