ploth: Plot histograms for a data.frame

Description Usage Arguments Examples

View source: R/ploth.R

Description

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

Usage

1
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

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

Example output



FinAna documentation built on May 2, 2019, 2:51 p.m.

Related to ploth in FinAna...