plot.flimo_result | R Documentation |
Shows the plots for most important inference results. Default only shows normalized boxplots for each inferred parameter.
## S3 method for class '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
)
x |
Object of class flimo_result. |
y |
unused generic argument. |
... |
optional args for generic method |
hist |
Boolean. If True, plots the histogram of each inferred parameter. Default to false. |
bins |
Integer. Number of bins if hist is True. |
par_minimum |
Boolean. If True, plots each inferred parameter by reached minimum. Default to false. |
pairwise_par |
Boolean. If True, plots each pairs of inferred parameters.Default to false. |
boxplot |
Boolean. If True, plots the boxplots of each inferred parameter scaled by their mean. Default to true. |
par_names |
Vector of names for parameters. Default is "par1", ..., "parn". |
Nothing. Prints the asked ggplot objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.