multi.hist {psych}R Documentation

Multiple histograms on one screen

Description

Given a matrix or data.frame, produce histograms for each variable in a "matrix" form.

Usage

multi.hist(x)

Arguments

x matrix or data.frame

Author(s)

William Revelle
Northwestern University
Evanston, Illinois
revelle@northwestern.edu
http://personality-project.org/revelle.html

Examples

multi.hist(attitude) #see graphics window

[Package psych version 1.0-33 Index]