plot.flimo_result: Plot main flimo results

View source: R/functions.R

plot.flimo_resultR Documentation

Plot main flimo results

Description

Shows the plots for most important inference results. Default only shows normalized boxplots for each inferred parameter.

Usage

## 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
)

Arguments

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".

Value

Nothing. Prints the asked ggplot objects.


flimo documentation built on May 31, 2023, 6:04 p.m.