ggally_barDiag {GGally}R Documentation

Plots the Bar Plots by Using Diagonal

Description

Plots the bar plots by using Diagonal.

Usage

ggally_barDiag(data, mapping, ...)

Arguments

data

data set using

mapping

aesthetics being used

...

other arguements are sent to geom_bar

Author(s)

Barret Schloerke schloerke@gmail.com

Examples

data(movies, package = "ggplot2")
ggally_barDiag(movies, mapping = ggplot2::aes(x = mpaa))
# ggally_barDiag(movies, mapping = ggplot2::aes_string(x = "mpaa"))
# ggally_barDiag(movies, mapping = ggplot2::aes_string(x ="rating", binwidth = ".1"))

[Package GGally version 0.5.0 Index]