make_box_plot_bulk: Make box plots in bulk

Description Usage Arguments

View source: R/plots-box.R

Description

A wrapper function around make_box_plot.

Usage

1
2
make_box_plot_bulk(df, x, y = c(), title_prefix = "", file_prefix = "",
  path = NULL, export = FALSE)

Arguments

x

the name of x variable

y

a character vector containing a list of y variables to make plots of

title_prefix

Added to every plot title if !is.null(path).

file_prefix

Added to every plot title if !is.null(path).

path

Directory to write plots to.

export

Write plots to pdf?


gazzlab/AceScripts documentation built on May 16, 2019, 10:11 p.m.