Description Usage Arguments Author(s)
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.
1 | bar_tiff_3x7(df, x, y, t, xlab = x_nm, ylab = y_nm)
|
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. |
David Carnahan <dcarnahan@us.imshealth.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.