ggally_densityDiag {GGally}R Documentation

Plots the Density Plots by Using Diagonal

Description

Plots the density plots by using Diagonal.

Usage

ggally_densityDiag(data, mapping, ...)

Arguments

data

data set using

mapping

aesthetics being used.

...

other arguments sent to stat_density

Author(s)

Barret Schloerke schloerke@gmail.com

Examples

data(tips, package = "reshape")
 ggally_densityDiag(tips, mapping = ggplot2::aes(x = total_bill))
 #data(movies)
 #ggally_densityDiag(movies, mapping = ggplot2::aes_string(x="rating"))
 #ggally_densityDiag(movies, mapping = ggplot2::aes_string(x="rating", color = "mpaa"))

[Package GGally version 0.5.0 Index]