- plate
Plate object
- model
fitted Model
object, which predictions 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_rau_order
If TRUE
the RAU values are plotted in
decreasing order, TRUE
by default.
- 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("RAU", "MFI")
all elements are displayed in log scale.
- plot_asymptote
If TRUE
the asymptotes are plotted, TRUE
by default
- plot_test_predictions
If TRUE
the predictions for the test samples are plotted, TRUE
by default.
The predictions are obtained through extrapolation of the model
- plot_blank_mean
If TRUE
the mean of the blank samples is plotted, TRUE
by default
- plot_rau_bounds
If TRUE
the RAU bounds are plotted, TRUE
by default
- 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
.
- verbose
If TRUE
prints messages, TRUE
by default
- ...
Additional arguments passed to the predict
function