hist_horiz: Kludgy horizontal histogram function (really should just fix...

Description Usage Arguments Value See Also Examples

Description

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

Usage

1
  hist_horiz(formula, data, n = 20)

Arguments

formula

Plot formula

data

Data.frame

n

Number of groups

Value

plot

See Also

hist

Examples

1
2
3
library(lattice)
library(datasets)
hist_horiz(~ len | supp, data=ToothGrowth, n=5)

gsk3/taRifx documentation built on May 17, 2019, 8:55 a.m.