bar_tiff_3x7: Create a 3 x 7 Tiff Image

Description Usage Arguments Author(s)

Description

This function has been designed to provide a standardized format for all FDA BEST intiative graphs. It will generate a 3x7 Tiff image of high resolution (300 dpi), and will save it to the working directory.

Usage

1
bar_tiff_3x7(df, x, y, t, xlab = x_nm, ylab = y_nm)

Arguments

df

The dataframe loaded into the current environment to be used for the image creation.

x

The categorical variable to be used for the x-axis of the graph

y

The discrete variable to be used for the y-axis of the graph

t

The title desired for the graph (in quotes)

xlab

The label for the x-axis if different from the variable name in dataframe. By default, it will use the variable name.

ylab

The label for the y-axis if different from the variable name in dataframe. By default, it will use the variable name.

Author(s)

David Carnahan <dcarnahan@us.imshealth.com>


davidcarnahan/fdabest documentation built on May 8, 2019, 1:19 p.m.