Learn R Programming

taRifx (version 1.0.6.2)

hist_horiz: Kludgy horizontal histogram function (really should just fix the lattice equivalent)

Description

Kludgy horizontal histogram function (really should just fix the lattice equivalent)

Usage

hist_horiz(formula, data, n = 20)

Arguments

formula

Plot formula

data

Data.frame

n

Number of groups

Value

plot

See Also

hist

Examples

Run this code
# NOT RUN {
library(lattice)
library(datasets)
hist_horiz(~ len | supp, data=ToothGrowth, n=5)
# }

Run the code above in your browser using DataLab