ggplot.scatmat {DescribeDisplay}R Documentation

Create a nice plots in a scatter plot matrix...

Description

Create a nice plots in a scatter plot matrix Create a nice looking plots in a matrix. The 1d sections along the diagonal have a smooth density while the values are compared to eachother within the matrix.

Usage

ggplot.scatmat(data, ...)

Arguments

data to display
... (currently) unused arguments

Author(s)

Barret Schloerke bigbear@iastate.edu

Examples

print(ggplot(dd_example("scattermat-small")))
print(ggplot(dd_example("scattermat")) + opts(aspect.ratio=1))

[Package DescribeDisplay version 0.2.1 Index]