Learn R Programming

FinAna (version 0.1.1)

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)

Arguments

x

:a dataframe

c

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

Examples

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

Run the code above in your browser using DataLab