Learn R Programming

FinAna (version 0.1.2)

ploth: Plot histograms for a data.frame

Description

Plotting histograms for a data.frame. Also the function will name the graphs and number the graphs.

Usage

ploth(x,c,l)

Arguments

x

:a dataframe

c

:is there dummy variable in the data.frame; c = 0 when there is none; c = 1 when there is

l

: number of labeling starts at (default = 1)

Examples

Run this code
# NOT RUN {
#ploth(sp500,0,20) for histograms of sp500 which does not has dummy variables
# }

Run the code above in your browser using DataLab