Learn R Programming

PMmisc (version 0.1.2)

pl.hist: Plot histograms for a data frame

Description

Plotting histograms for a data frame, with titles and label numbers.

Usage

pl.hist(x, l = 1)

Arguments

x

:a data frame

l

: the beginning label number in the title (default set to 1)

Examples

Run this code
# NOT RUN {
pl.hist(mtcars,1)
# }

Run the code above in your browser using DataLab