ploth {FinAna}R Documentation

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

#ploth(sp500,0,20) for histograms of sp500 which does not has dummy variables

[Package FinAna version 0.1.2 Index]