pl.histgg {YRmisc} | R Documentation |
Plot histograms for a data frame with ggplot2
Description
Plotting histograms for a data frame with 4 per page, with titles and label numbers automatically generated.
Usage
pl.histgg(x,l,bin)
Arguments
x |
:a data frame |
l |
:the beginning label number in the title (default set to 1) |
bin |
:bin width of histogram (default set to 30) |
Examples
pl.histgg(as.data.frame(EuStockMarkets),1)
[Package YRmisc version 0.1.6 Index]