plot_standard_curve_analyte {PvSTATEM} | R Documentation |
Standard curves
Description
Plot standard curve samples of a plate of a given analyte.
Usage
plot_standard_curve_analyte(
plate,
analyte_name,
data_type = "Median",
decreasing_dilution_order = TRUE,
log_scale = c("all"),
plot_line = TRUE,
plot_blank_mean = TRUE,
plot_dilution_bounds = TRUE,
verbose = TRUE
)
Arguments
plate |
A plate object |
analyte_name |
Name of the analyte of which standard curve we want to plot. |
data_type |
Data type of the value we want to plot - the same datatype as in the plate file. By default equals to |
decreasing_dilution_order |
If |
log_scale |
Which elements on the plot should be displayed in log scale. By default |
plot_line |
If |
plot_blank_mean |
If |
plot_dilution_bounds |
If |
verbose |
If |
Value
ggplot object with the plot
[Package PvSTATEM version 0.0.4 Index]