GGally (version 1.2.0)

ggfluctuation2: Fluctuation plot - deprecated

Description

Fluctuation plot - deprecated

Usage

ggfluctuation2(table_data, floor = 0, ceiling = max(table_data$freq, na.rm = TRUE))

Arguments

table_data
a table of values, or a data frame with three columns, the last column being frequency
floor
don't display cells smaller than this value
ceiling
max value to compare to

Examples

Run this code
data(tips, package = "reshape")
ggfluctuation2(table(tips$sex, tips$day))
ggfluctuation2(table(tips[, c("sex", "day")]))

Run the code above in your browser using DataLab