Skip to contents

Plot cevodata models

Usage

plot_models(object, ...)

# S3 method for cevodata
plot_models(
  object,
  models_name = active_models(object),
  show_neutral_tail = TRUE,
  show_binomial_layer = FALSE,
  show_subclones = TRUE,
  show_final_fit = TRUE,
  params_neutral_tail = list(),
  params_bootstraps = list(),
  params_binomial = list(),
  params_subclones = list(),
  params_final_fit = list(),
  nrow = NULL,
  ncol = NULL,
  ...
)

Arguments

object

<cevodata> object

...

Other arguments passed to plot_SFS()

models_name

Name of the models to plot

show_neutral_tail

<lgl>

show_binomial_layer

<lgl>

show_subclones

<lgl>

show_final_fit

<lgl>

params_neutral_tail

List of non-default params for neutral tail geom

params_bootstraps

List of non-default params for neutral tail bootstraps geom

params_binomial

List of non-default params for binomial geom

params_subclones

List of non-default params for subclones geom

params_final_fit

List of non-default params for final fit geom

nrow

Passed to facet_wrap

ncol

Passed to facet_wrap