- list_of_plates
list of Plate objects
- analyte_name
Name of the analyte of which standard curves 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 Median
- decreasing_dilution_order
If TRUE
the dilution values are
plotted in decreasing order, TRUE
by default
- monochromatic
If TRUE
the color of standard curves changes
from white (the oldest) to blue (the newest) it helps to observe drift in
calibration of the device; otherwise, more varied colours are used, TRUE
by default
- legend_type
default value is NULL
, then legend type is determined
based on monochromatic value. If monochromatic is equal to TRUE
then legend
type is set to date
, if it is FALSE
then legend
type is set to plate_name
. User can override this behavior by
setting explicitly legend_type
to date
or plate_name
.
- plot_legend
If TRUE
the legend is plotted, TRUE
by default
- legend_position
the position of the legend, a possible values are c(right, bottom, left, top, none)
. Is not used if plot_legend
equals to FALSE
.
- max_legend_items_per_row
Maximum number of legend items per row when legend is at top or bottom. Default is 3.
- legend_text_size
Font size of the legend. Can be useful if plotting long plate names. Default is 8
- sort_plates
(logical(1)
) if TRUE
sorts plates by the date of examination.
- log_scale
Which elements on the plot should be displayed in log scale.
By default "all"
. If NULL
or c()
no log scale is used,
if "all"
or c("dilutions", "MFI")
all elements are displayed in log scale.
- verbose
If TRUE
prints messages, TRUE
by default