Usage
calcMIC(projectName, type = "df", RAD = "20", height = 4, width = 6, addBreakpoints = TRUE, savePDF = TRUE, popUp = TRUE)
Arguments
projectName
the short name you have been using for the project.
type
specify whether the dataset to use is a dataframe with all data ("df") or an aggregated dataframe ("ag")
RAD
a numeric value the the critical level of the radius of inhibition (i.e., resistance) parameter to use for MIC. Currently only RAD
= "80" (80% reduction in growth), RAD
= "50" (50% reduction in growth), and RAD
= "20" (20% reduction in growth) are supported [Default = "20"]
height
a numeric value indicating the height of the pdf file generated
width
a numeric value indicating the width of the pdf file generated
addBreakpoints
Indicates whether to add breakpoint lines to the standard curve plot (if the user has supplied data to generate a standard curve)
savePDF
a logical value indicating whether to save a PDF file or open a new quartz window. Defaults to TRUE (saves a pdf file).
popUp
a logical value indicating whether to pop up the figure after it has been created