box_plot: box_plot

Description Usage Arguments Value See Also Examples

View source: R/box_plot.R

Description

Create boxplots and choose number to display per page
Note: Call quatrz() prior to plottting in RStudio
Dependencies: ggplot2, gridExtra

Usage

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

Arguments

d

data frame

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 with clinical lab information

Value

png image(s)

See Also

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

Other continuous variable functions: correlations, hist_fun, multi_plot, outlier_impact, qq_fun, qq_plot, remove_outliers

Examples

1
2
3
4
## Not run: 
box_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.