Shows the plots for most important inference results. Default only shows normalized boxplots for each inferred parameter.
# S3 method for flimo_result
plot(
x,
y,
...,
hist = FALSE,
bins = 1 + as.integer(nrow(x$minimizer)^(1/3)),
par_minimum = FALSE,
pairwise_par = FALSE,
boxplot = TRUE,
par_names = NULL
)Nothing. Prints the asked ggplot objects.
Object of class flimo_result.
unused generic argument.
optional args for generic method
Boolean. If True, plots the histogram of each inferred parameter. Default to false.
Integer. Number of bins if hist is True.
Boolean. If True, plots each inferred parameter by reached minimum. Default to false.
Boolean. If True, plots each pairs of inferred parameters.Default to false.
Boolean. If True, plots the boxplots of each inferred parameter scaled by their mean. Default to true.
Vector of names for parameters. Default is "par1", ..., "parn".