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

Description Usage Arguments Value See Also Examples

View source: R/Rfunctions.R

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)

taRifx documentation built on April 14, 2020, 6:27 p.m.

Related to hist_horiz in taRifx...