- x
object of class drFit
, created with growth.drFit
.
- combine
(Logical) Combine the dose-response analysis results of all conditions into a single plot (TRUE
) or not (FALSE
).
- names
(String or vector of strings) Define conditions to combine into a single plot (if combine = TRUE
). Partial matches with sample/group names are accepted. If NULL
, all samples are considered. Note: Ensure to use unique substrings to extract groups of interest. If the name of one condition is included in its entirety within the name of other conditions, it cannot be extracted individually.
- exclude.nm
(String or vector of strings) Define conditions to exclude from the plot (if combine = TRUE
). Partial matches with sample/group names are accepted.
- pch
(Numeric) Shape of the raw data symbols.
- cex.point
(Numeric) Size of the raw data points.
- basesize
(Numeric) Base font size.
- colors
(Numeric or character) Define colors for different conditions.
- lwd
(Numeric) Line width of the individual splines.
- ec50line
(Logical) Show pointed horizontal and vertical lines at the EC50 values (TRUE
) or not (FALSE
).
- y.lim
(Numeric vector with two elements) Optional: Provide the lower (l
) and upper (u
) bounds on the y-axis as a vector in the form c(l, u)
. If only the lower or upper bound should be fixed, provide c(l, NA)
or c(NA, u)
, respectively.
- x.lim
(Numeric vector with two elements) Optional: Provide the lower (l
) and upper (u
) bounds on the x-axis as a vector in the form c(l, u)
. If only the lower or upper bound should be fixed, provide c(l, NA)
or c(NA, u)
, respectively.
- y.title
(Character) Optional: Provide a title for the y-axis.
- x.title
(Character) Optional: Provide a title for the x-axis.
- log.y
(Logical) Log-transform the y-axis of the plot (TRUE
) or not (FALSE
)?
- log.x
(Logical) Log-transform the x-axis of the plot (TRUE
) or not (FALSE
)?
- plot
(Logical) Show the generated plot in the Plots
pane (TRUE
) or not (FALSE
).
- export
(Logical) Export the generated plot as PDF and PNG files (TRUE
) or not (FALSE
).
- height
(Numeric) Height of the exported image in inches.
- width
(Numeric) Width of the exported image in inches.
- out.dir
(Character) Name or path to a folder in which the exported files are stored. If NULL
, a "Plots" folder is created in the current working directory to store the files in.
- out.nm
(Character) The name of the PDF and PNG files if export = TRUE
. If NULL
, a name will be automatically generated including the chosen parameter.
- ...
Additional arguments. This has currently no effect and is only meant to fulfill the requirements of a generic function.