hist_plot: hist_plot

Description Usage Arguments Value See Also Examples

View source: R/hist_plot.R

Description

Create histograms for each column of a data frame
Note: Call quatrz() prior to plottting in RStudio
Dependencies: ggplot2, gridExtra

Usage

1
2
hist_plot(d, n = 12, file = "plot", nrow = 4, ncol = 3,
  wi = 13.5, hgt = 12, res = 300, annotate)

Arguments

d

data frame with variables only

n

number of plots to display per page

file

filename of output

nrow

number of rows to display per page

ncol

number of columns to display per page

wi

width of plot

hgt

height of plot

res

resolution of plot

annotate

optional data frame containing annotation information

Value

png image(s)

See Also

Other plot functions: bar_plot, box_plot, eman, hist_fun, multi_plot, qq_fun, qq_plot

Examples

1
2
3
4
## Not run: 
hist_plot(d, n=12, file="plot", nrow=4, ncol=3, wi=13.5, hgt=12, res=210, annotate)

## End(Not run)

HallLab/clarite documentation built on Oct. 27, 2020, 6:27 p.m.