make_MIC_section_plots: Create MIC Plate Diagrams for Class Data

Description Usage Arguments Examples

Description

Create MIC Plate Diagrams for Class Data

Usage

1
2
make_MIC_section_plots(plate_data, path = ".", absorbance_max = 3,
  make_section_dirs = TRUE, ...)

Arguments

plate_data

Data frame containing MIC assay data

path

Path in which to place plots (default: ".", the current working directory)

absorbance_max

Value to be set as the maximum possible absorbance. Useful for having consistent greyscale across many plots (default: 3, which is approx. where the spex maxes out).

make_section_dirs

Whether or not to create subdirectories for each section (default: TRUE)

...

Additional arguments, passed to plot_mic_plate

Examples

1
2
3
4
## Not run: 
make_MIC_section_plots(my_plate_data)

## End(Not run)

KerrLab/introbiocure documentation built on May 17, 2019, 11:36 a.m.